public void testScriptingChain() throws Exception {
String content = "(chain)";
SendJMSMessage sjms = new SendJMSMessage();
sjms.setupConnection();
sjms.sendAMessage(content);
sjms.stop();
}
public static Test suite() throws Exception {
return getDeploySetup(ScriptingChainTest.class, "QuickstartMessageStoreServer.sar, scripting-chain-quickstart.esb");
}