【发布时间】:2020-09-23 21:14:43
【问题描述】:
如何将 JMX 代理连接到本地运行的 Mule 4 项目?当我启动 JConsole 时,我看到两个名为 org.mule.runtime.module.reboot.MuleContainerBootstrap 的 mule 相关进程,但我无法连接到任何一个。
我尝试使用以下标志运行我的项目并远程连接:
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=1096
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.host=localhost
但没有运气。
【问题讨论】: