jconsole using activemq

2016-09-22 Thread mathewvino
activemq : apache-activemq-5.14.0 jconsole using jdk1.7 I have started the activemq which comes with the jetty server. Minor change to make the jmx enable is just change default is false(activemq.xml) --- I am using the latest version 5.14.0 when i start i am seeing the message JMX consoles

Re: jconsole using activemq

2016-09-26 Thread mathewvino
Thanks Steve/Tim it works for me. All i did is add In the activemq.xml file, add useJmx="true" to the tag and make changes to activemq.bat set ACTIVEMQ_SUNJMX_START= -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.s

ActiveMQ – “Master/Slave” configuration with failover protocol

2016-09-26 Thread mathewvino
Hi there i am trying with latest version of apache-activemq-5.14.0 to do the Master/Slave failover Use the below tutorial which is straight forward which is on 5.8.0 https://www.javacodegeeks.com/2014/04/using-activemq-masterslave-configuration-with-failover-protocol.html Following steps did