diff options
| author | Marnie McCormack <marnie@apache.org> | 2009-10-20 15:38:39 +0000 |
|---|---|---|
| committer | Marnie McCormack <marnie@apache.org> | 2009-10-20 15:38:39 +0000 |
| commit | 3beef09f2ee15d10f2f05890135a5a564f7054fe (patch) | |
| tree | 5f0ed76af32e7029e66f06cc6b4a7c7f604cecfd | |
| parent | f013c37f5eac41c9358aae71d49e7e2c3ed6f05f (diff) | |
| download | qpid-python-3beef09f2ee15d10f2f05890135a5a564f7054fe.tar.gz | |
QPID-1301 Updated test config
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827702 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | java/systests/etc/config-systests-acl-settings.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/java/systests/etc/config-systests-acl-settings.xml b/java/systests/etc/config-systests-acl-settings.xml index c5374a5c5e..418fada422 100644 --- a/java/systests/etc/config-systests-acl-settings.xml +++ b/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> |
