Hi Gary, thanks for your help but I already took a look at this class. Actually I think I did not express correctly what I want. Correct me if I'm wrong but the SimpleAuthenticationPlugin is good for me because I don't need to change anything on this side (users and groups). What I need to change is the login process, and so the LoginModule. I know the implementation I'll have to write, this is not the problem.
My major problem is to understand how to build it and make it a package I can just "paste" into an existing ActiveMQ installation. Sorry if I'm not really clear. Regards Gary Tully wrote: > > start by reading and > understanding org.apache.activemq.security.SimpleAuthenticationPlugin > > On 13 April 2010 10:05, Anaël Ollier <[email protected]> wrote: > >> Hi all, >> >> I need to implement a special authentication plugin for ActiveMQ 5.3.1 >> and >> I >> don't know exactly how to do it. >> I have a little experience in Java/JEE but not with Maven. I managed to >> import the 5.3.1 release in my Eclipse (Ganymede) and I can compile it >> without any error, and also export it to recreate the install package >> from >> the source. So far so good. >> >> But how can I create a plugin to add my special authentication system? >> And >> how can I change the authentication plugin used by an installed ActiveMQ >> from the configuration? >> >> I read a lot of the documentation but it seems some parts are "missing", >> or >> I understand they are "useless" because "every developer knows that"... >> but >> me. >> >> Some help would be very appreciated. >> Thanks in advance! >> >> Regards >> >> -- >> Anaël Ollier >> [email protected] >> The eyeOS Project | www.eyeos.org | Web Desktop & Cloud Computing >> > > > > -- > http://blog.garytully.com > > Open Source Integration > http://fusesource.com > > -- View this message in context: http://old.nabble.com/-ActiveMQ-5.3.1--How-to-develop-an-authentication-system-and-export--it-as-a-plugin--tp28227506p28232452.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
