Hello, Well, you generally secure the entire broker for authentication (using the simple auth plugin). You can however enable authorization in the broker as well and then configure authorization in a way that only your special user has access to this destination. Authorization is role based so you need to assign a unique role to your special user and grant read/write/admin rights to that role on your destination t*. This should work.
Regards, Torsten Mielke tmie...@redhat.com tmielke.blogspot.com On Sep 18, 2013, at 3:27 PM, Shine wrote: > Hi, > > is it possible to secure all queues start with a "t" with the Simple > Authentication Plug-In? > > Only one special defined user (authenticationUser) needs to get access to > all queues with a name like "test1", "test2", "testX". > > I tried something like > <authorizationEntry queue="t*" ... > <authorizationEntry queue="t*>" ... > <authorizationEntry queue="t>" ... > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Secure-all-queues-start-with-a-t-tp4671602.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.