Enable JMX JBoss EAP 6.0

Latest response

I am attempting to monitor JMS queue depth on JBoss EAP 6.0. I see that Sun JMX is not supported on EAP 6 so the following start up options fail:

-Dcom.sun.management.jmxremote.port=25004
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false

I found a post specific to JConsole but I'm using an open source application for monitoring. Can someone help/point me to a resource for JMX remote configuration on EAP 6.0?

Responses