首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

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

2013-11-23 
ActiveMQ学习笔记之七--监控broker(activemq web console)把activemq-web-console-5.9-20131011.032620-11

ActiveMQ学习笔记之七--监控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学习笔记之7-监控broker(activemq web console)


ActiveMQ学习笔记之7-监控broker(activemq web console)
?webconsole好像中文乱码?
?附件:ActiveMQ WebConsole

热点排行