简体   繁体   English

从远程主机看不到activemq jmx mbeans

[英]activemq jmx mbeans not visible from remote host

I got activemq running on remote server. 我在远程服务器上运行了activemq When I connect to it from my dev machine using JMX (for example with jconsole ), I see only some of beans (broker MBean , but not MBeans of queues, topics, connections etc.), where as from with in server they are all visible. 当我使用JMX (例如,使用jconsole )从我的开发机连接到它时,我仅看到一些bean(经纪人MBean ,但看不到队列,主题,连接等的MBeans ),而在服务器中它们都是可见。

How it could be that some beans not visible from other machines? 某些豆在其他计算机上不可见怎么办?

The reason was that multiple instances of broker were running, and MBeanServer was not started properly. 原因是代理的多个实例正在运行,并且MBeanServer无法正确启动。 Killed all broker process, and clean start did the job 杀死了所有经纪人流程,并且干净启动完成了工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM