Re: ACTIVEMQ WEBCONSOLE BROKE CONNECTION | JNDI Question

2022-11-07 Thread Manjunath Kashyap
HI Matt, I updated the configs as below, Activemq.xml: Added the below parameter in activemq: env file: ACTIVEMQ_SUNJMX_CONTROL="-Dcom.sun.management.jmxremote.port=5014 -Dcom.sun.management.jmxremote.ssl=false

Re: ACTIVEMQ WEBCONSOLE BROKE CONNECTION | JNDI Question

2022-11-07 Thread Matt Pavlovich
Hello Manjunath- Looks like you are creating multiple JMX connectors (one is JVM default, the other is ActiveMQ creating one per your non-default configuration). ActiveMQ does not need a dedicated connector, so you can modify the and just use the -D parameters. ref:

ACTIVEMQ WEBCONSOLE BROKE CONNECTION | JNDI Question

2022-11-07 Thread Manjunath Kashyap
Hi All, ISSUE: We have Installed AMQ in a MASTER/SLAVE pair for both Consumers and Producers. We also have installed the Web console to list all the queues using the MBEAN connector. AS part of this implementation, we have provided the JMX plain username and password in the Catalina.sh script.