blob: ce73d5b5deda9bee4dc7125afacf5d52c2252a33 (
plain)
1
2
3
4
5
6
7
8
9
10
|
broker.language=java
broker=${project.root}/build/bin/qpid-server -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/derbyDB
broker.ready=BRK-1004
broker.stopped=Exception
#
# Do not enable. Allow client to attempt 0-10 and negotiate downwards
#
#qpid.amqp.version=0-91
profile.excludes=JavaTransientExcludes JavaStandaloneExcludes 08StandaloneExcludes
|