Discussion:
Simplest Mule Client
Amit V.
2012-06-28 06:28:45 UTC
Permalink
As per the Mule guide you need to call start method
<br /><br />
MuleClient client = new MuleClient("muleclient-config.xml");
<br />
client.getMuleContext().start();
<br />
MuleMessage result = client.sendDirect("MuleClient", null, "give me the price of XXX", null);

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...