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

1

どちらのプロジェクトもオープンソースです。

具体的に Hermes JMS を要求します。Source Forge に CVS リポジトリがあり、「合理的なハック」により、このファイルで参照しているマッピング テーブルが適用される可能性があります。

テストはしていませんが、それ以上の作業は数分もかからないはずです。

誰かが遅かれ早かれそれを行うでしょう。コードを変更するだけで、おそらくそのバージョンは古い AMQ バージョンと互換性がなくなることに注意してください。したがって、より良い方法は、ActiveMQ 5.8 プラグインを古いプラグインと並べて作成することです。

ActiveMQBrowser については不明です。とはいえ、それほど異なるアプローチではないはずです

于 2013-05-16T21:35:08.587 に答える