diff options
Diffstat (limited to 'java/test-profiles')
| -rw-r--r-- | java/test-profiles/default.testprofile | 3 | ||||
| -rw-r--r-- | java/test-profiles/java-derby.0.10.testprofile | 1 | ||||
| -rw-r--r-- | java/test-profiles/java-derby.testprofile | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/java/test-profiles/default.testprofile b/java/test-profiles/default.testprofile index 4ab1f484d9..ebab069af9 100644 --- a/java/test-profiles/default.testprofile +++ b/java/test-profiles/default.testprofile @@ -5,9 +5,10 @@ broker.version=0-8 broker=vm broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=Listening on TCP port -broker.config=${project.root}/build/etc/config-systests.xml broker.start=${test.profiles}/start-broker broker.kill=${test.profiles}/kill-broker +broker.config=${project.root}/build/etc/config-systests.xml +messagestore.class.name=org.apache.qpid.server.store.MemoryMessageStore max_prefetch=1000 qpid.dest_syntax=BURL diff --git a/java/test-profiles/java-derby.0.10.testprofile b/java/test-profiles/java-derby.0.10.testprofile index 511e51ec1d..8c53a9423a 100644 --- a/java/test-profiles/java-derby.0.10.testprofile +++ b/java/test-profiles/java-derby.0.10.testprofile @@ -5,6 +5,7 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml +messagestore.class.name=org.apache.qpid.server.store.DerbyMessageStore profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes Java010Excludes broker.clean.between.tests=true broker.persistent=true diff --git a/java/test-profiles/java-derby.testprofile b/java/test-profiles/java-derby.testprofile index 742af29ffa..a88f2d852d 100644 --- a/java/test-profiles/java-derby.testprofile +++ b/java/test-profiles/java-derby.testprofile @@ -4,6 +4,7 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml +messagestore.class.name=org.apache.qpid.server.store.DerbyMessageStore profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes 08StandaloneExcludes broker.clean.between.tests=true broker.persistent=true |
