Is there any way I can authorize multiple users under the group name AMQ-users located on my groups.properties.
Here's my groups.properties: AMQ-admin=admin AMQ-users=client1,client2 On my authorization plugin i call AMQ-users to authorzied these two users Here's my authorization plugin: <authorizationPlugin> <map> <authorizationMap> <authorizationEntries> <authorizationEntry topic="${AMQ-users}.some.topic.>" read="AMQ-users" write="AMQ-users" admin="AMQ-admin,AMQ-users" /> </authorizationEntries> </authorizationMap> </map> </authorizationPlugin> Any help? or are there any additional configuration? Regards, Crishel Yumul -- View this message in context: http://activemq.2283324.n4.nabble.com/For-each-user-group-properties-tp4714741.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.