broker plugin addDestination(), removeDestination() methods not invoked
-----------------------------------------------------------------------

                 Key: AMQ-2146
                 URL: https://issues.apache.org/activemq/browse/AMQ-2146
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.2.0
         Environment: JDK 1.5, Windows Vista
            Reporter: Gary Watson
            Priority: Minor


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. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to