You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "art.licis" <ar...@gmail.com> on 2017/10/01 10:10:14 UTC

Re: Why ActiveMQ BrokerService setUsers has no effect

The example works just fine for me. 

You are sending a message to a queue 'client.messages' as a system/manager,
which belongs to group 'admins' - authorized to send to any queue ('>').

If you change producer's user to user/password, send will fail with security
exception, because this user belongs to a group 'users', authorized for
sending to 'USERS.>' queues only. 

- Art



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html