I am new to JMS and am working with an existing ActiveMQ installation. I am aware of the Admin interface that ActiveMQ provides, however access to it is restricted in order to prevent developers reading the actual message content (data protection). I was wondering if there is a way to monitor the message queues without JMX ports being open (they were disabled due to security policies). All we'd like to know is statistics like build up of messages on queues, which queues are active, have active consumers, etc.
I went through this answer as it seemed closest to what I'm looking for, but as far as I understood, the Statistics plug-in for Active MQ described there depends upon the JMX port being open. Is this true ?