44454647484950515253
sendMessage() ; checkMessages(30000, RESPONSE_MESSAGE) ; } public void sendMessage() throws Exception { SendJMSMessage sm = new SendJMSMessage(); sm.setupConnection(); sm.sendAMessage(JMS_MESSAGE); sm.stop(); }