; 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?
; > > > 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>
> > &
> > Thank you! Hope there will be an answer. It will be greatly
> appreciated!
> > >
> > >
> > > Regards,
> > > Crishel Yumul
> > >
> > >
> > >
> > > --
> > > View this message in context:
> > >
>
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
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 *
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
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
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: