sendMessage();
checkMessages(30000, JMS_MESSAGE, JMS_MESSAGE, "CHECK") ;
}
public void sendMessage() throws Exception {
SendJMSMessage sm = new SendJMSMessage();
sm.setupConnection("queue/quickstart_exceptions_faults_GW");
sm.sendAMessage("ExceptionCaughtService", "Via Gateway");
sm.stop();
}