To start the web console for Apache ActiveMQ
-Dwebconsole.jms.url=[tcp://sandeeppc:51515] here add your broker url
-Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
-Dwebconsole.jmx.user=tomcat
-Dwebconsole.jmx.password=tomcat"
- download the Activemq-web-console-x.x.x.war ActiveMQ5.5.0 war download
- Stop the TOMCAT.
- Modify the your ${TOMCAT_HOME}/bin/catalina.sh with following parameter.
-Dwebconsole.jms.url=[tcp://sandeeppc:51515] here add your broker url
-Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
-Dwebconsole.jmx.user=tomcat
-Dwebconsole.jmx.password=tomcat"
- Start tomcat.
- put the following URL on you browser http://localhost:8080/activemq-web-console-5.5.0/
No comments:
Post a Comment