5.8 has renamed the objects
as http://activemq.apache.org/58-migration-guide.html
"Type=Broker" => "type=Broker"
which results in exception, described here in the question:
Accessing Apache ActiveMQ via JMX throws Exception
now... the answer given there is basically to "change your code" BUT my question and need is how to make exiting JMS/JMX tools such as HermesJMS and ActiveMQBrowser work with ActiveMQ 5.8
is there any updated "plugins"/"provider" jars available for HermesJMS or is there any workaround trick or reasonably sensible "hack"??
Thank you!