This is why I hate interacting with JMX via code, especially since I only do it once every few years. It's very useful, but I always find that I have to troubleshoot every step of the way because it's not very intuitive (to me).
Glad you found the solution. Tim On Wed, Jan 15, 2020, 4:58 PM cmathrusse <[email protected]> wrote: > 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 >
