From fdba1a9ed5074286fe58ebf9be543bbebea0bb79 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Tue, 26 May 2009 14:41:05 +0000 Subject: Don't delete derby.log. Use virtualhost-systests.xml for testing purpouses. Minor code cleanup in AlertingTest. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@778723 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/etc/config-systests.xml | 2 +- java/broker/etc/virtualhosts-systests.xml | 124 ++++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+), 1 deletion(-) create mode 100644 java/broker/etc/virtualhosts-systests.xml (limited to 'java/broker') diff --git a/java/broker/etc/config-systests.xml b/java/broker/etc/config-systests.xml index 03543642cc..6aac952fe9 100644 --- a/java/broker/etc/config-systests.xml +++ b/java/broker/etc/config-systests.xml @@ -132,7 +132,7 @@ true - ${conf}/virtualhosts.xml + ${conf}/virtualhosts-systests.xml diff --git a/java/broker/etc/virtualhosts-systests.xml b/java/broker/etc/virtualhosts-systests.xml new file mode 100644 index 0000000000..4f23f55579 --- /dev/null +++ b/java/broker/etc/virtualhosts-systests.xml @@ -0,0 +1,124 @@ + + + + test + + localhost + + + + direct + test.direct + true + + + topic + test.topic + + + + amq.direct + 4235264 + 2117632 + 600000 + 50 + + + queue + + + ping + + + test-queue + + test.direct + true + + + + test-ping + + test.direct + + + + + + + + + + development + + + 30000 + 50 + + queue + + amq.direct + 4235264 + 2117632 + 600000 + + + + ping + + amq.direct + 4235264 + 2117632 + 600000 + + + + + + + test + + + 30000 + 50 + + queue + + amq.direct + 4235264 + 2117632 + 600000 + + + + ping + + amq.direct + 4235264 + 2117632 + 600000 + + + + + + -- cgit v1.2.1