WildFly and JMX
Jump to navigation
Jump to search
Internal
Overview
Each WildFly instance includes a JMX bus with various JMX MBeans attached. The JMX MBeans expose management functionality, which can be used in monitoring or operations.
The JMX bus can be accessed in three ways:
- Using the Remoting connector. For more details, see Remoting and JMX Access.
- Activating the JVM's built-in JMX remote access.. See Enabling JMX Access to a JVM.
- The attach API. This is visual VM uses. TODO