jconsole to connect to apachemq

依然范特西╮ 提交于 2019-12-12 05:06:50

问题


activemq : apache-activemq-5.14.0

jconsole using jdk1.7

I have started the activemq which comes with the jetty server. Minor change to make the jmx enable is by making change in activemq.xml

managementContext createConnector="true" --- default is false

when i start i am seeing the message JMX consoles can connect to service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi

So I start Jconsole use remote process and use service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi

with no password : it says secure/insecure connection failed: not sure where the problem is

Any help is really appreciated


回答1:


For jmx default credentials are admin:activemq https://github.com/apache/activemq/blob/master/assembly/src/release/conf/jmx.password




回答2:


The default username/password are: admin/admin



来源:https://stackoverflow.com/questions/39650653/jconsole-to-connect-to-apachemq

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