SendCBRJMSMessage sm = new SendCBRJMSMessage();
String fileContent = sm.readAsciiFile(sampleOrders);
sm.setupConnection();
sm.sendAMessage(fileContent);
sm.stop();
}
public void sendStaticRouterJMSMessage() throws Exception {
clearMessages();
SendStaticRouterJMSMessage sm = new SendStaticRouterJMSMessage();