0 Replies Latest reply on Oct 24, 2014 4:46 AM by withtu

    JBoss EAP Monitoring via JMX

    withtu

      Hello there,

       

      I have a question about the JBoss performance monitoring. Basically, in order to monitor EAP performance, we need to enable JMX from the application server and remotely connect to it and capture the data.

       

      As far as I know that JMX (JSR 160 JMX-Adaptor) will open a second data channel on a random port, which means the EAP has one fixed port and random port when JMX enabled.

       

      I'd like to know if possible to use fixed port in EAP during monitoring? Just like use JmxRemoteLifecycleListener, but as far as I know this parameter only applied to Apache, I don't know if possible to use this in JBoss as well.

       

      Any suggestion?

       

      Thanks!