summaryrefslogtreecommitdiff
path: root/qpid/java/broker/etc
diff options
context:
space:
mode:
authorBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-03-05 15:54:44 +0000
committerBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-03-05 15:54:44 +0000
commit106ecb152c2caeae83431c966b3442b8536eb850 (patch)
tree1f9559bb5ca270fa5fdead86009e103b70038b69 /qpid/java/broker/etc
parent095ec69a3a779266f635d53402134609cba2d1bd (diff)
downloadqpid-python-106ecb152c2caeae83431c966b3442b8536eb850.tar.gz
QPID-388 : hand merged the changes done in perftesting branch
QPID-395 : hand merged the changes done in perftesting branch QPID-375 : default queue config properties should now be under <queues> tag git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@514703 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
-rw-r--r--qpid/java/broker/etc/virtualhosts.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/java/broker/etc/virtualhosts.xml b/qpid/java/broker/etc/virtualhosts.xml
index 52ff23e090..c6dedd6433 100644
--- a/qpid/java/broker/etc/virtualhosts.xml
+++ b/qpid/java/broker/etc/virtualhosts.xml
@@ -69,9 +69,9 @@
<virtualhost>
<name>development</name>
<development>
- <minimumAlertRepeatGap>30000</minimumAlertRepeatGap>
- <maximumMessageCount>5000</maximumMessageCount>
<queues>
+ <minimumAlertRepeatGap>30000</minimumAlertRepeatGap>
+ <maximumMessageCount>5000</maximumMessageCount>
<queue>
<name>queue</name>
<queue>
@@ -95,10 +95,10 @@
</virtualhost>
<virtualhost>
<name>test</name>
- <test>
- <minimumAlertRepeatGap>30000</minimumAlertRepeatGap>
- <maximumMessageCount>5000</maximumMessageCount>
+ <test>
<queues>
+ <minimumAlertRepeatGap>30000</minimumAlertRepeatGap>
+ <maximumMessageCount>5000</maximumMessageCount>
<queue>
<name>queue</name>
<queue>