bsnyder wrote:
>
>
>
> To completely disable JMX in ActiveMQ, you need to edit the ActiveMQ
> startup script so that the com.sun.management.jmxremote property is
> not set. This can be done by editing the bin/activemq script so that
> the SUNJMX property is empty. Below are examples:
>
> Linux/Unix:
>
> SUNJMX=
>
> Windows:
>
> if "%SUNJMX%" == "" set SUNJMX=
>
Thanks for the quick reply, Bruce. I've updated the startup script, but I
can still access run.jar from jconsole and also pull up the web admin page
(http://localhost:8161/admin). Am I missing anything else?
-mrh
--
View this message in context:
http://www.nabble.com/Can%27t-Disable-JMX--tp23947642p23948285.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.