Hi, i need to make sure activeMQ can do what i need before i try to
understand how it works.
I need a messagebroker where i can restrict access to topics via
user/password control, is this possible?
--
View this message in context:
http://www.nabble.com/User-password-restricted-topics-queues-tp
Hi, we need to create our own auth plugin, but i am somewhat confused about
the "groups" in the BrokerPlugin interface.
I assume this is what topics/queues the user has access to, but how do i
actually tell the auth plugin that user x should only have access to topic
a,b and c?
Not that these mi
I keep seeing the "ACL" keyword used over and over in the documentation, but
i can not find anywhere this is described. For example in the
AuthorizationMap interface.
I am supposed to return an list of ACL's but nowhere does it tell me how to
build this set or what the set actually is supposed to
How do i create an access control list? Where is it specified how it should
look like? As far as i can tell there is no class matching ACL or
AccessControlList in ActiveMQ. How exactly do i build one?
James.Strachan wrote:
>
> On 06/03/2008, Natit <[EMAIL PROTECTED]> wrote:
&
i'd like to create a plugin that handles all user authentication in a simple
way. I do not want to use JAAS, and i need to sync the authorized users and
topics with another application.
I would like a plugin template that has something with a similar signature:
boolean canRead(ConnectionInfo,Acti