This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuration for JMX Support
To enable Java Management Extensions (JMX) support for Governanace Registry in the following configuration at $ GREG_HOME/repository/conf/registry.xml,
 the parameter enabled
should be set to true
in the jmx
element.Â
<jmx enabled="true"> <service name="InvocationStatistics" enabled="true"/> <service name="Activities" enabled="true"/> <service name="Properties" enabled="true"/> <service name="Subscriptions" enabled="true"/> <service name="Events" enabled="true"/> </jmx>
It is important to restart the server after a configuration change.
For further information refer the section Support for JMX.Â
Â
Â