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