Author: ritchiem Date: Wed Oct 28 15:35:06 2009 New Revision: 830607 URL: http://svn.apache.org/viewvc?rev=830607&view=rev Log: QPID-1301 Updated test config
Modified: qpid/branches/0.5.x-dev/qpid/java/systests/etc/config-systests-acl-settings.xml Modified: qpid/branches/0.5.x-dev/qpid/java/systests/etc/config-systests-acl-settings.xml URL: http://svn.apache.org/viewvc/qpid/branches/0.5.x-dev/qpid/java/systests/etc/config-systests-acl-settings.xml?rev=830607&r1=830606&r2=830607&view=diff ============================================================================== --- qpid/branches/0.5.x-dev/qpid/java/systests/etc/config-systests-acl-settings.xml (original) +++ qpid/branches/0.5.x-dev/qpid/java/systests/etc/config-systests-acl-settings.xml Wed Oct 28 15:35:06 2009 @@ -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> --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org