SendJMSMessage sm = new SendJMSMessage();
sm.setupConnection();
String fileContent = sm.readAsciiFile(Helpers.getQuickstartLocation("transform_XML2POJO/SampleOrder.xml"));
System.out.println("FILECONTENT[" + fileContent + "]");
sm.sendAMessage(fileContent);
sm.stop();
}
public static Test suite() throws Exception
{
return getDeploySetup(TransformXML2PojoTest.class, "QuickstartMessageStoreServer.sar, transformation-pojo-quickstart.esb");