Java Management Extensions (JMX) is a technology that lets you implement management interfaces for Java applications. JConsole is a JMX-compliant monitoring tool, which comes with the Java Development Kit (JDK) 1.5 or later versions. Therefore, when you use a WSO2 product, JMX is enabled by default, which allows you to monitor the product using JConsole.
Info |
---|
Go to the WSO2 Administration Guide for detailed instructions on how to configure JMX for a WSO2 product and how to use JConsole for monitoring a product. |
MBeans for WSO2 EI
...
This section summarizes the attributes and operations available for the following WSO2 EI specific MBeans:
Table of Contents | ||||
---|---|---|---|---|
|
...
For each transport listener and sender enabled in the WSO2 EI, there will be an MBean under the org.apache.axis2/Transport
domain. For example, when the JMS transport is enabled, the following MBean will be exposed:
...