Accessing WildFly JMX Bus Remotely with novaordis-jmx

From NovaOrdis Knowledge Base
Revision as of 21:19, 17 June 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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. Note that novaordis-imx is NOT necessary for programmatic JMX access, but its code introduces a certain degree of convenience, and it can be used as an example for direct use of the JMX remote API.