What is the use of JMX console?
Similarly, what is JMX used for?
Java Management Extensions (JMX) is a Java technology that supplies tools for managing and monitoring applications, system objects, devices (such as printers) and service-oriented networks. Those resources are represented by objects called MBeans (for Managed Bean).
- Enter the JMX console authentication credentials, which by default are: Login name = sysadmin.
- Click the RTSM JMX link to open the console. Locate the required service and click the link to open the operations page.
- Click the RTSM JMX Operations Index link to open the console operation index.
One may also ask, what is JMX console?
The JMX Console is the JBoss Management Console which provides a raw view of the JMX MBeans which make up the server. They can provide a lot of information about the running server and allow you to modify its configuration, start and stop components and so on.
The JMX Messaging Protocol (JMXMP) connector is a configuration of the generic connector where the transport protocol is based on TCP and the object wrapping is native Java serialization.