diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-03-05 15:54:44 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-03-05 15:54:44 +0000 |
| commit | d8af3d27e9ad089c9fa52d0943c82da856102bb2 (patch) | |
| tree | 3ab516ad66f6f9aa2891565985e5566f11492bbb /java/broker/etc | |
| parent | ef2e26031e8de47461a8653ecb764019fe4b603e (diff) | |
| download | qpid-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.xml | 10 |
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> |
