There's a lot of details at http://activemq.apache.org/security.html
Basically, you'll need to create JAAS authentication module that will work with your database and hook it to the broker using login.config and <jaasAuthenticationPlugin/>, like it is shown in examples. Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. [email protected] | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://www.nighttale.net ActiveMQ in Action: http://www.manning.com/snyder/ On Thu, Mar 1, 2012 at 10:15 AM, vijet <[email protected]> wrote: > Sir, > WE are using ACTIVEMQ 5.4.3 version and we want to validate the user > using JAAS to connect to the topic using hsql Database . In our > application, > the users are going to be created dynamically and stored in HSQL database. > These users are going to be validated to for connection with activemq. > > How to do this ? Please help ! > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ACTIVEMQ-USER-VALIDATION-USING-JAAS-tp4434473p4434473.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >
