Tuesday, May 1, 2012

Apache ActiveMQ Web cosole

To start the web console for Apache ActiveMQ 
I am considering that you are already running with ActiveMQ
  • Stop the TOMCAT.
  • Modify the your ${TOMCAT_HOME}/bin/catalina.sh with following parameter.
JAVA_OPTS="-Dwebconsole.type=properties
-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