Package org.jboss.soa.esb.samples.quickstart.spring_jpetstore.test

Examples of org.jboss.soa.esb.samples.quickstart.spring_jpetstore.test.SendJMSMessage.stop()


    sm.setupConnection();
    String orderFile = Helpers.getQuickstartLocation("spring_jpetstore/sample-order.xml");
    File target = new File(orderFile);
    String targetString = FileUtil.readTextFile(target);
    sm.sendAMessage(targetString);
    sm.stop();
  }

  public static Test suite() throws Exception {
    return getDeploySetup(SpringJPetStoreTest.class, "QuickstartMessageStoreServer.sar, spring_jpetstore.esb");
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.