Hi,

if you want to avoid xbean, you can configure it in the <broker> tag, like
this

<broker xmlns="http://activemq.org/config/1.0"; plugins="#myPlugin">
</broker>

<bean id="myPlugin" class="...">
</bean>

Cheers
-- 
Dejan Bosanac
www.scriptinginjava.net

On Tue, Apr 15, 2008 at 2:19 AM, Fred D <[EMAIL PROTECTED]>
wrote:

>
> This depends on what you mean by a "plugin".
>
> If you have extended the activemq code to add your own functionality and
> there are some additional configuration parameters you should be able to
> extend the xml file with your parameters. Activemq uses xbean, so you
> should
> add these to the xsd and point to your custom file.
>
>
> tanshul22 wrote:
> >
> > how do i configure the activemq.xml file to have my own custom plugin
> > which has its own jar in the lib directory.
> >
> > thanks
> >
>
>
> -----
> Goto www.ttmsolutions.com for a free ActiveMQ user guide
> --
> View this message in context:
> http://www.nabble.com/custom-plugin-tp16628198s2354p16692673.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Reply via email to