0

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!

4

2 回答 2

3

干得好:

https://github.com/paoloantinori/HermesJMS

验证在 ActiveMQ 5.8 和 5.9 上工作。

无需构建,只需查看 README 并下载您必须覆盖的 .jar。

于 2014-02-10T11:27:03.380 回答
1

这两个项目都是开源的。

您特别要求 Hermes JMS。Source Forge 有一个 CVS 存储库,“合理的破解”可能会应用您在此文件中引用的映射表

还没有测试,但不应该更多和几分钟的工作。

迟早会有人这样做。请注意,仅更改代码可能会使该版本与旧 AMQ 版本不兼容。因此,更好的方法是将 ActiveMQ 5.8 插件与旧插件并排编写。

不确定 ActiveMQBrowser。不应该有太大不同的方法

于 2013-05-16T21:35:08.587 回答