WildFly and JMX: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * WildFly Concepts =Overview= Each WildFly instance includes a JMX bus with various JMX MBeans attached. The JMX MBeans expose management functionality, whic...")
 
No edit summary
Line 2: Line 2:


* [[WildFly Concepts]]
* [[WildFly Concepts]]
* [[JSR 160 Java Management Extensions (JMX) Remote API]]


=Overview=
=Overview=

Revision as of 02:56, 15 October 2016

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:

1. Using the Remoting connector. For more details, see Remoting and JMX Access