Hi

I want to allow unauthenticated connections to read from a destination, and
allow writes only to authenticated connections. e.g. *anyone* can read from
a queue, but only a member of the admin group can write..

How can I specify an AuthorizationEntry for this? The following entries does
not work

<authorizationEntry queue=">" read="*" write="admins" admin="admins"/>
<authorizationEntry queue=">" read="anonymous" write="admins"
admin="admins"/>

thanks
asankha

-- 
View this message in context: 
http://www.nabble.com/Anonymous-read-and-authenticated-write-access-to-a-destination-tf2013985.html#a5535072
Sent from the ActiveMQ - Dev forum at Nabble.com.

Reply via email to