Dashboard > Mule FAQ - Open Source ESB and Integration Platform > ... > Frequently Asked Questions (FAQ) > How to use Mule HQ with Mule
  Mule FAQ - Open Source ESB and Integration Platform Log In | Sign Up   View a printable version of the current page.  
  How to use Mule HQ with Mule

Added by Kynan Fraser , last edited by Kynan Fraser on Aug 28, 2007
Labels: 

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>
	<!-- starts an RMI registry on the default port 1099. -->
	<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.

Copyright(c) CustomWare Asia Pacific Pty Ltd
Powered by Atlassian Confluence 2.7.3, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators