public void sendStaticRouterJMSMessage() throws Exception {
clearMessages();
SendStaticRouterJMSMessage sm = new SendStaticRouterJMSMessage();
sm.setupConnection();
sm.sendAMessage(JMS_MESSAGE);
sm.stop();
}
public static Test suite() throws Exception {
return getDeploySetup(RecipientlistTest.class,