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

The Registry JMX API is one of many APIs supported by the WSO2 Governance Registry. Read more on Supported APIs & Standards for a complete list of APIs supported by WSO2 Governance Registry.

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. 

 

Â