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