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
