activemq « jmx « Java Enterprise Q&A





1. What is the best alternative way of monitoring apache Active MQ other than using JMX API    stackoverflow.com

I have tried and tested the JMX API and it is pretty simple to use and provides a vast number of statistics required for monitoring ActiveMQ. But the problem is, i dont ...

2. How to restrict access to JMX API of ActiveMQ to only localhost/intranet?    stackoverflow.com

I have just started using JMX to monitor activemq,i have enabled remote monitoring. Now the question is,How do i allow only localhost have access to JMX API? Or is there a ...

3. How do I turn on JMX in ActiveMQ 5.2    stackoverflow.com

Whats the proper way to enable JMX in ActiveMQ 5.2? I've seen conflicting documents, so I was wondering if anyone out there knows what the proper config file change should be. ...

4. JMX/RMI issues when starting broker    stackoverflow.com

Hello fellow stackoverflowers. I have been getting a quite nasty error while trying to start up my brokers with ActiveMQ. It seems that, for some reason, the management context tries to start ...

5. Disable a single consumer for a Queue from ActiveMQ    stackoverflow.com

I have a queue with several consumers and I'd like to disable one from ActiveMQ. I've looked into using JMX but haven't been able to see anything that would allow ...

6. Active MQ JMX SSL    stackoverflow.com

I'm trying to use SSL with the JMX connector that Active MQ creates, but with no success. I'm able to get SSL working with the JVM platform JMX connector, but that ...

7. configure JMX for ActiveMQ for remoting access    stackoverflow.com

Anyone can give the detailed steps on how to enable JMX (can be access remotely) on a newly installed 5.5.0 version?