WildFly and JMX

From NovaOrdis Knowledge Base
Revision as of 16:23, 18 October 2016 by Ovidiu (talk | contribs) (→‎Procedures)
Jump to navigation Jump to search

Internal

Overview

Each WildFly instance has a JMX bus with various JMX MBeans plugged in. The JMX MBeans expose management functionality, which can be used in monitoring or operations.

For a WildFly instance running in standalone mode, there is just one JMX bus to access - the one of the standalone instance. However, for a WildFly instance running in domain mode, the procedure to access the JMX bus of the host controller is different from the procedure of to access the JMX bus of the server node.

Procedures

EAP 6 EAP 7
standalone mode instance standalone eap 6 standalone eap 7
domain mode - host controller host controller eat 6 host controller eat 7
domain mode - server node server node eap 6 server node eap 7


Remoting_WildFly_Subsystem_Concepts#Remoting_and_JMX_Access

Enabling JMX Access to a JVM


  1. The attach API. Is this what VisualVM uses when attaching to "Local"?. TODO