Hi I am a new user to activeMQ. We plan to to use a custom authentication plugin(basically check the username/password against our database). I have read all the docs on activemq.apache.com and all posts in this forum about authentication, but I don't get much information. Could anybody give me a detailed guide for how to configure a custom authentication plugin regarding customized authentication? I am using activmq4.1.1. and I am NOT using Spring framework.
1.I have a customized authentication plugin: com.abc.security.abcAuthenticationPlugin 2. In $activemq_HOME/conf/activemq.xml, I added an entry like : <plugins> <abcAuthenticationPlugin> ... </abcAuthenticationPlugin> </plugins> Q1: what's the syntax of the element <abcAuthenticationPlugin> ? Q2: Do I need to put the package name com.abc.security in any config file? Q3: anybody can show an example of how to add a costom authentication plugin step by step? Thank you very much! Rany -- View this message in context: http://www.nabble.com/Custom-Authentication-Plugin-tf4292784s2354.html#a12220464 Sent from the ActiveMQ - User mailing list archive at Nabble.com.