WildFly Management Interfaces: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 27: Line 27:
TODO:
TODO:
* Does JMX read/write the same core management functionality? Explain that in more details.
* Does JMX read/write the same core management functionality? Explain that in more details.
* Migrate https://home.feodorov.com:9443/wiki/Wiki.jsp?page=JBoss7Remoting#section-JBoss7Remoting-JBossRemotingAndJMXAccess
* Migrate JBoss7Remoting#JBossRemotingAndJMXAccess https://home.feodorov.com:9443/wiki/Wiki.jsp?page=JBoss7Remoting#section-JBoss7Remoting-JBossRemotingAndJMXAccess
</font>
</font>

Revision as of 00:10, 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):

These two interfaces offer distinct ways to access the same core management system.

Diagram

Configuration

WildFly Management Interface 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 WildFly, the management functionality was primarily JMX based. With WildFly, 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].

TODO: