Hi, I am using ActiveMQ 5.7.0 I would like to use JMX using the JMXMP protocol. My environment would not allow me to use RMI, which uses a negotiated port. How do I enable JMXMP on ActiveMQ ? Is it possible at all ?
I have downloaded the jmxremote_optional JAR file (version 1.0.1_04) and add it under the /lib/optional directory. But I can't find any way to tell ActiveMQ that I want to use the JMXMP protocol for JMX access. -Jorge