public void sendMessage() throws Exception {
SendJMSMessage sm = new SendJMSMessage();
sm.setupConnection("quickstart_Fun_DroolsCBR_Request_GW");
sm.sendAMessage(theXML);
sm.stop();
} /* method */
public static Test suite() throws Exception {
return getDeploySetup(FunCBRTest.class, "QuickstartMessageStoreServer.sar, Quickstart_fun_cbr.esb");
} /* method */