summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorMarnie McCormack <marnie@apache.org>2009-10-20 15:38:39 +0000
committerMarnie McCormack <marnie@apache.org>2009-10-20 15:38:39 +0000
commit54004228c856e86121618905566a45810313a6c3 (patch)
tree54abb415161d2cad263e7fd29f97b0e9b1bd6fba /qpid/java
parent3fe6e9f276d81f33eb0debe5c1a4ab22c396cf68 (diff)
downloadqpid-python-54004228c856e86121618905566a45810313a6c3.tar.gz
QPID-1301 Updated test config
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827702 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/systests/etc/config-systests-acl-settings.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/qpid/java/systests/etc/config-systests-acl-settings.xml b/qpid/java/systests/etc/config-systests-acl-settings.xml
index c5374a5c5e..418fada422 100644
--- a/qpid/java/systests/etc/config-systests-acl-settings.xml
+++ b/qpid/java/systests/etc/config-systests-acl-settings.xml
@@ -79,15 +79,11 @@
<!-- This section grants users the ability to consume from the broker -->
<consume>
<queues>
-
- <!-- Allow the clients to consume from their temporary queues-->
- <queue>
- <temporary/>
+ <temporary>
<users>
<user>client</user>
</users>
- </queue>
-
+ </temporary>
<!-- Only allow the server to consume from the Request Queue-->
<queue>
@@ -101,13 +97,18 @@
</queues>
</consume>
- <!-- This section grants clients the ability to create queues and exchanges -->
+ <!-- This section grants users the ability to create queues and exchanges -->
<create>
<queues>
- <!-- Allow clients to create temporary queues-->
+ <temporary>
+ <users>
+ <user>client</user>
+ </users>
+ </temporary>
+
+ <!-- Allow clients to create queue on this exchange-->
<queue>
- <temporary/>
- <exchanges>
+ <exchanges>
<exchange>
<name>amq.direct</name>
<users>