jconsole连接到apachemq [英] jconsole to connect to apachemq

查看:106
本文介绍了jconsole连接到apachemq的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

activemq:apache-activemq-5.14.0

activemq : apache-activemq-5.14.0

使用jdk1.7的jconsole

jconsole using jdk1.7

我已经开始码头服务器随附的activemq。启用jmx的较小更改是通过更改activemq.xml

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 ---默认为false

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

启动时,我看到消息
JMX控制台可以连接到service:jmx:rmi:/// jndi / rmi:// localhost:1099 / jmxrmi

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

所以我启动Jconsole使用远程进程并使用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

任何帮助都非常感谢

推荐答案

对于jmx,默认凭据为admin: activemq https://github.com/apache/ activemq / blob / mas ter / assembly / src / release / conf / jmx.password

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

这篇关于jconsole连接到apachemq的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆