cshannon opened a new pull request, #2192:
URL: https://github.com/apache/activemq/pull/2192

   This fixes a bug that prevented broker usage limit updates from being 
applied to topics. Previousy topics did not call start() on the usage trackers 
for the store or temp store which means those trackers didn't get registered 
with the parent tracker. Registering with the parent is required in order to 
get notified of updates.
   
   Queues already properly called start/stop to register and deregister the 
usage trackers so this commit just brings Topics in line with Queues and adds a 
test to verify the trackers now correctly register themselves with the broker's 
parent tracker and the limits are applied on updates. Lastly, the the test 
verifies the trackers are cleaned up correctly on destination deletion.
   
   (cherry picked from commit 3c542837539a27fcd1fd89fcf038458528bfe1ce)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to