Re: For each user group.properties

2016-08-02 Thread Hassen Bennour
; didn't worked out. > > > > > > > > > > Now, is there any way I can command my broker to authorize the 2 > users > > > with > > > > > their own topic name? So that the web console can display both > their > > > topic?

Re: For each user group.properties

2016-08-01 Thread crishel.yumul
; > > > View this message in context: > > > > > > http://activemq.2283324.n4.nabble.com/For-each-user-group-properties-tp4714741p4714892.html > > > > <http://activemq.2283324.n4.nabble.com/For-each-user-group-properties-tp4714741p4714892.html> > > &

Re: For each user group.properties

2016-08-01 Thread Hassen Bennour
> > Thank you! Hope there will be an answer. It will be greatly > appreciated! > > > > > > > > > Regards, > > > Crishel Yumul > > > > > > > > > > > > -- > > > View this message in context: > > > >

Re: For each user group.properties

2016-08-01 Thread crishel.yumul
essage in context: > > http://activemq.2283324.n4.nabble.com/For-each-user-group-properties-tp4714741p4714892.html > > > > <http://activemq.2283324.n4.nabble.com/For-each-user-group-properties-tp4714741p4714892.html> > > Sent from the ActiveMQ - User mailing l

Re: For each user group.properties

2016-08-01 Thread Hassen Bennour
Hello, where you done this ?*. I've tried adding (" ") and (' '), but it didn't worked out. * You can do this by adding an authorizationEntry for each user. Kind regards. *BENNOUR HASSEN* *SOA *

Re: For each user group.properties

2016-07-31 Thread crishel.yumul
Thank you, Hassen! :) I've already configured the jaasAuth plugin... Here's my follow-up question: In the group.properties, I have 2 users. Client1 and Client 2. Both are configured to have own topic ("client1.some.topic" and "client2.some.topic"). But upon running my broker, my broker console onl

Re: For each user group.properties

2016-07-29 Thread Hassen Bennour
Hello, your configuration is ok for the plugin, but do not forgot 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* 201

For each user group.properties

2016-07-28 Thread crishel.yumul
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: