Re: Apply login module to certain channels

2013-05-29 Thread craig w
Sorry for the confusion, but I'm using Apollo (I didn't realize it was the same email list as AMQ). Your suggestion looks like it might be promising however the page you linked to has this error in the "Authorization" section: Error formatting macro: snippet: java.lang.IndexOutOfBoundsException: I

Re: Apply login module to certain channels

2013-05-29 Thread Dejan Bosanac
Hi, take a look at "anonymous access" http://activemq.apache.org/security.html#Security-Anonymousaccess After setting it up, you need to define authorisation roles as well, to define which destination can be accessed by anonymous users/groups. Regards -- Dejan Bosanac -- Re

Apply login module to certain channels

2013-05-28 Thread craig w
Is it possible to configure a login module such that it only affects certain destinations (topics/queues)? For some destinations I'd like to require username/password, some others I'd like to require client certificates. Meanwhile I have some other channels that don't need username/password auth o