Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
activemqリモートサーバーで実行しました。開発マシンからJMX(たとえば を使用してjconsole) 接続すると、一部の Bean のみが表示されます ( broker MBean、MBeansキュー、トピック、接続などは表示されません)。
activemq
JMX
jconsole
MBean
MBeans
一部の Bean が他のマシンから見えないのはどうしてでしょうか?
その理由は、ブローカの複数のインスタンスが実行されており、MBeanServer が適切に起動されていなかったためです。すべてのブローカープロセスを強制終了し、クリーンスタートで仕事をしました