10111213141516171819
public void testTransacted() throws Exception { String content = "Hello Transacted JMS World]"; clearMessages(); SendJMSMessage sm = new SendJMSMessage(); sm.setupConnection(); sm.sendAMessage(content); sm.stop(); }