7879808182838485868788
} public static void main(String args[]) throws Exception { SendJMSMessage sm = new SendJMSMessage(); sm.setupConnection(); sm.sendAMessage(args[0]); sm.stop(); }
43444546474849505152
sendMessage(); checkPatternMessages(30000, '^' + JMS_MESSAGE + ".*$") ; } /* method */ public void sendMessage() throws Exception { SendJMSMessage sm = new SendJMSMessage(); sm.setupConnection(); sm.sendAMessage(JMS_MESSAGE) ; sm.stop(); }