blob: e21d056ca0c514473c6655ef2fcc9e4a37ab5238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
broker.language=java
broker=${project.root}/build/bin/qpid-server -t udp -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work
broker.ready=BRK-1004
broker.stopped=Exception
amqj.protocol.debug=true
profile.udp=true
profile.excludes=JavaTransientExcludes JavaStandaloneExcludes 08StandaloneExcludes
|