Hi Gary,

can you file this issue in Jira, so it doesn't get forgotten?

Cheers
--
Dejan Bosanac

Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net


On Mon, Mar 2, 2009 at 5:38 PM, ttmgary <[email protected]>wrote:

>
> In my broker plugin, the addConnection(), addSession(), addConsumer(), and
> addDestination() methods get called when a consumer starts up, as I expect.
> But if I use JConsole to do an addTopic() or addQueue() to create a new
> destination, the broker plugin's addDestination() method does NOT get
> invoked. Also, if I use JConsole to do a removeQueue() or removeTopic(),
> the
> plugin's removeDestination() method does not get invoked.
>
> Is this a bug?
>
> Thanks,
> Gary
> --
> View this message in context:
> http://www.nabble.com/Broker-Plugin-addDestination%28%29%2C-removeDestination%28%29-not-called-tp22291551p22291551.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Reply via email to