----- "mogan" <[EMAIL PROTECTED]> wrote: > I am trying to add Authentication Plugin to ActiveMQ, and I am getting > the > following exception. I also looked at this posting. > http://mail-archives.apache.org/mod_mbox/activemq-dev/200704.mbox/[EMAIL > PROTECTED] > > and [activemq.xml] > > > <broker brokerName="localhost" useJmx="true" > xmlns="http://activemq.org/config/1.0"> > .... > <plugins> > <AuthenticationPlugin/> > </plugins> > </broker> > > Pls help. > ...
Are you trying to load an authentication plugin that you wrote? Tom