Accessing WildFly JMX Bus Remotely with novaordis-jmx: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * novaordis-jmx") |
No edit summary |
||
Line 2: | Line 2: | ||
* [[Novaordis-jmx#Accessing_WildFly_JMX_Bus_Remotely_with_novaordis-jmx|novaordis-jmx]] | * [[Novaordis-jmx#Accessing_WildFly_JMX_Bus_Remotely_with_novaordis-jmx|novaordis-jmx]] | ||
* [[WildFly_and_JMX#Programmatic_JMX_Access|WildFly and JMX]] | |||
=Overview= | |||
The WildFly JMX bus can be accessed programmatically using standard JMX remoting API, as described in the [[JMX#Remote_Access_to_a_JMX_Server|Remote Access to a JMX Server]] section. [[Novaordis-jmx|novaordis-jmx]] is a library that provides a thin layer of functionality in top of the client-side JMX remoting API, with the intention to facilitate programmatic JMX access to a remote JMX bus. |
Revision as of 21:12, 17 June 2017
Internal
Overview
The WildFly JMX bus can be accessed programmatically using standard JMX remoting API, as described in the Remote Access to a JMX Server section. novaordis-jmx is a library that provides a thin layer of functionality in top of the client-side JMX remoting API, with the intention to facilitate programmatic JMX access to a remote JMX bus.