WildFly Management Interfaces: Difference between revisions
No edit summary |
|||
Line 21: | Line 21: | ||
=JMX Management Beans= | =JMX Management Beans= | ||
The management API is also exposed as JMX Management Beans. These Management Beans are referred to as ''core mbeans''. Prior to JBoss 7, the management functionality was primarily JMX based. With JBoss 7, the core management does not rely on JMX to perform operations, JMX exposed beans are now just an alternative mechanism, in addition to the native and HTTP interfaces. [JBoss7 Remoting#JBossRemotingAndJMXAccess]. <font color=red>Does JMX read/write the same core management functionality? Explain that in more details.</font> |
Revision as of 00:07, 10 February 2016
Internal
Overview
WildFly core management functionality is exposed via two different management interfaces (the terms management interfaces and management APIs are used interchangeably):
- Native API - used by the Management CLI
- HTTP API - used by the Management CLI and the web-based Management Console.
These two interfaces offer distinct ways to access the same core management system.
Diagram
Configuration
Security
JMX Management Beans
The management API is also exposed as JMX Management Beans. These Management Beans are referred to as core mbeans. Prior to JBoss 7, the management functionality was primarily JMX based. With JBoss 7, the core management does not rely on JMX to perform operations, JMX exposed beans are now just an alternative mechanism, in addition to the native and HTTP interfaces. [JBoss7 Remoting#JBossRemotingAndJMXAccess]. Does JMX read/write the same core management functionality? Explain that in more details.