Is it possible your queue name is causing the problem because it's an XML special character? What kind of error are you getting or is it just not probiding this access control you expect?
On 7/28/06, asankha <[EMAIL PROTECTED]> wrote:
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.
