Hello,

your configuration is ok for the plugin, but do not forgot
<jaasAuthenticationPlugin configuration="activemq-domain"/>
like this
http://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/resources/org/apache/activemq/security/jaas-broker.xml




Kind regards.

*BENNOUR HASSEN*

*SOA **Architect **/ **Java **Software Engineer*

2016-07-29 4:27 GMT+02:00 crishel.yumul <crishel.yu...@toro.io>:

> 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.
>

Reply via email to