【发布时间】:2014-04-26 11:44:15
【问题描述】:
我想使用 Jconsole 和 JMX 监控我的 ESB。我可以从本地主机连接到 JMX 服务器,但是为了从远程机器连接到我的 esb,我可以建立连接。
我在 carbon.xml 文件中使用 WSO2 ESB 4.6 和我的 JMX configuration。
<JMX>
<!--The port RMI registry is exposed-->
<RMIRegistryPort>9999</RMIRegistryPort>
<!--The port RMI server should be exposed-->
<RMIServerPort>11111</RMIServerPort>
</JMX>
【问题讨论】: