ActiveMq does not stop if broker is not available

你说的曾经没有我的故事 提交于 2019-12-04 05:03:03

问题


Getting the below error while stopping the Apache ActiveMQ 5.15.6. Setting the createConnector="false" becuase do not want default JMX connection. Note:- Start the ActiveMQ(activemq-admin.bat start) Stop the ActiveMQ(activemq-admin.bat stop)

<managementContext createConnector="false"/>

Error:

Connecting to JMX URL: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi INFO: Broker not available at: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi

来源:https://stackoverflow.com/questions/55122399/activemq-does-not-stop-if-broker-is-not-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!