blob: 8e8e48e777de88ff7f951d6c83bb78d6dabaa9a7 (
plain)
1
2
3
4
5
6
7
8
|
broker.version=0-10
broker=${project.root}/../cpp/src/qpidd --load-module ${project.root}/../cpp/src/.libs/cluster.so --cluster-name cpp-java-test-cluster -p @PORT --data-dir ${build.data}/@PORT -t --auth no
test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/010ExcludeList
profile.clustered=true
profile.failoverMsgCount=10
profile.failoverIterations=10
profile.failoverRandomSeed=20080921
|