summaryrefslogtreecommitdiff
path: root/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
commitd8af3d27e9ad089c9fa52d0943c82da856102bb2 (patch)
tree3ab516ad66f6f9aa2891565985e5566f11492bbb /java/broker/etc
parentef2e26031e8de47461a8653ecb764019fe4b603e (diff)
downloadqpid-python-d8af3d27e9ad089c9fa52d0943c82da856102bb2.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/qpid@514703 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/etc')
-rw-r--r--java/broker/etc/virtualhosts.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/broker/etc/virtualhosts.xml b/java/broker/etc/virtualhosts.xml
index 52ff23e090..c6dedd6433 100644
--- a/java/broker/etc/virtualhosts.xml
+++ b/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>