Re: Broker Plugin addDestination(), removeDestination() not called

2009-03-03 Thread ttmgary
Thanks Dejan. https://issues.apache.org/activemq/browse/AMQ-2146 AMQ-2146 Gary Dejan Bosanac wrote: > > 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 - h

Re: Broker Plugin addDestination(), removeDestination() not called

2009-03-03 Thread Dejan Bosanac
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 wrote: > > In my broker p

Broker Plugin addDestination(), removeDestination() not called

2009-03-02 Thread ttmgary
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 invok