Overview
This page is intended to help get a Mule instance to be monitored by Mule HQ and assumes that Mule HQ is setup correctly.
Mule Configuration
Add the following code snippet to your Mule configuration:
<agents>
<agent name="RMI"
className="org.mule.management.agents.RmiRegistryAgent" />
<agent name="JMX"
className="org.mule.management.agents.JmxAgent">
<properties>
<property name="connectorServerUrl"
value="service:jmx:rmi:///jndi/rmi://localhost:1099/server" />
<map name="connectorServerProperties">
<property name="jmx.remote.jndi.rebind"
value="true" />
</map>
</properties>
</agent>
</agents>
Start your Mule instance.
Ensure the HQ agent is running on the server the Mule instance is configured on and is pointing to the desired HQ server.
Check the Mule HQ server page to see if information about the Mule instance is being received.