ActiveMQ学习笔记之七--监控broker(activemq web console)

监控broker(activemq web console)
把activemq-web-console-5.9-20131011.032620-114.war部署到tomcat下面:
另外增加几个JVM的启动参数:
-Dwebconsole.type="properties"
-Dwebconsole.jms.url="tcp://localhost:61616"
-Dwebconsole.jmx.url="service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi"
-Dwebconsole.jmx.role=""
-Dwebconsole.jmx.password=""

另外,注意webconsole.type="properties"表示WEB-INF下面的webconsole-properties.xml配置文件生效。
如果想把WAR包放作为Eclipse项目使用的话,就把WAR中classes下面的内容打包成JAR文件放到lib下面吧。
打开:http://localhost:8080/
把webconsole的内容和Jconsole做个对照吧。

ActiveMQ学习笔记之七--监控broker(activemq web console)
文章图片

【ActiveMQ学习笔记之七--监控broker(activemq web console)】
ActiveMQ学习笔记之七--监控broker(activemq web console)
文章图片

webconsole好像中文乱码?
附件:ActiveMQ WebConsole

    推荐阅读