} /* method */
public void sendStaticRouterJMSMessage() throws Exception {
SendStaticRouterJMSMessage sm = new SendStaticRouterJMSMessage();
sm.setupConnection();
sm.sendAMessage(JMS_MESSAGE);
sm.stop();
} /* method */
public static Test suite() throws Exception {
return getDeploySetup(WiretapTest.class, "QuickstartMessageStoreServer.sar, Quickstart_wiretap.esb");