diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-02-14 15:39:21 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-02-14 15:39:21 +0000 |
| commit | 080c170644888d8c7fa4f8db8ef924fb8006d901 (patch) | |
| tree | 65ec4e2046e0284a92ec07047cda55a4f216af4e /qpid/java/broker/etc | |
| parent | ae462507be3217e2b4c173a68dad69d76fab35cc (diff) | |
| download | qpid-python-080c170644888d8c7fa4f8db8ef924fb8006d901.tar.gz | |
QPID-367
added @Configured annotation to the maximumMessageSize attribute
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@507583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
| -rw-r--r-- | qpid/java/broker/etc/virtualhosts.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/qpid/java/broker/etc/virtualhosts.xml b/qpid/java/broker/etc/virtualhosts.xml index a41554f7bc..3601daacc7 100644 --- a/qpid/java/broker/etc/virtualhosts.xml +++ b/qpid/java/broker/etc/virtualhosts.xml @@ -23,7 +23,6 @@ <default>test</default> <virtualhost> <name>localhost</name> - <localhost> <minimumAlertRepeatGap>30000</minimumAlertRepeatGap> <maximumMessageCount>5000</maximumMessageCount> @@ -47,11 +46,11 @@ </queue> </localhost> </virtualhost> - <virtualhost> + <virtualhost> <name>development</name> - <minimumAlertRepeatGap>30000</minimumAlertRepeatGap> - <maximumMessageCount>5000</maximumMessageCount> <development> + <minimumAlertRepeatGap>30000</minimumAlertRepeatGap> + <maximumMessageCount>5000</maximumMessageCount> <queue> <name>queue</name> <queue> @@ -72,11 +71,11 @@ </queue> </development> </virtualhost> - <virtualhost> + <virtualhost> <name>test</name> - <minimumAlertRepeatGap>30000</minimumAlertRepeatGap> - <maximumMessageCount>5000</maximumMessageCount> <test> + <minimumAlertRepeatGap>30000</minimumAlertRepeatGap> + <maximumMessageCount>5000</maximumMessageCount> <queue> <name>queue</name> <queue> |
