public void testClientDispatchDirect() throws Exception
{
MuleClient client = new MuleClient(muleContext);
client.dispatchDirect("TestReceiverUMO", "Test Client dispatch message", null);
}
public void testClientSendGlobalEndpoint() throws Exception
{
MuleClient client = new MuleClient(muleContext);