String arg = new String("Hello InVM Transport!!");
SendJMSMessage sm = new SendJMSMessage();
sm.setupConnection();
sm.sendAMessage(arg);
sm.stop();
}
public static Test suite() throws Exception {
return getDeploySetup(InVMTransport1Test.class, "QuickstartMessageStoreServer.sar, Quickstart_INVM_Transport_01.esb");
}