figured it out have posted the config as it may help some one. <authentication domain="apollo"> <user_principal_kind>org.apache.activemq.jaas.UserPrincipal</user_principal_kind> <acl_principal_kind>org.apache.activemq.jaas.GroupPrincipal</acl_principal_kind> </authentication>
<access_rule allow="admins" action="*"/> <access_rule allow="*" action="connect" kind="connector"/> <access_rule allow="users" action="connect destroy receive consume" principal_kind="*" kind="topic" id="test"/> <access_rule allow="users1" action="connect destroy receive consume" principal_kind="*" kind="topic" id="test1"/> <access_rule allow="publisher" action="connect destroy create send receive consume" principal_kind="*" kind="*" id="*"/> cheers Adrian -- View this message in context: http://activemq.2283324.n4.nabble.com/ACL-Question-tp4699005p4699038.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.