protected JmxSupportFactory jmxSupportFactory = AutoDiscoveryJmxSupportFactory.getInstance();
protected JmxSupport jmxSupport = jmxSupportFactory.getJmxSupport();
protected void doSetUp() throws Exception
{
RmiRegistryAgent rmiRegistryAgent = new RmiRegistryAgent();
rmiRegistryAgent.setMuleContext(muleContext);
rmiRegistryAgent.initialise();
muleContext.getRegistry().registerAgent(rmiRegistryAgent);
mBeanServer = ManagementFactory.getPlatformMBeanServer();
}