I found the issue. The client code was building the JMX query with a hard coded value for the brokerName. Changes to the broker resulted in the broker Id being dynamic when the container was provisioned so the hard code value on the client side was no longer value. The fix was simple and only required the following change: brokerName=*
-- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
