Take a look at conf/activemq-security.xml example An entry like
<authorizationEntry topic="ActiveMQ.Advisory.>" read="guests,users" write="guests,users" admin="guests,users"/> should be enough Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Jul 21, 2011 at 6:46 PM, Laures <baetz.alexan...@googlemail.com>wrote: > Hi, > > i'm currently setting up an ActiveMQ Broker Network and have some Problems > with User Authentication. > > My User (TestClient) has full read write and admin rights on the queue > tracking.test.message. > The Queue is not created at startup time, thats done on the fly. Since the > User has admin rights, thats no problem. > > Unfortunately i'm getting SecurityExceptions that TestClient lacks the > rights to handle Advisory Topics. > > Do i have to explicitly give Read Write and Admin rights to TestClient for > all necessary Advisory Topics or is there a simpler way to do this? I want > to keep the User rights as restrictive as possible. > > Greetings, > Alexander > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Authorization-problems-with-Advisory-Topics-tp3684230p3684230.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >