1213141516171819202122
super(name); } public void testMessageAlerts() throws Exception { clearMessages(); SendJMSMessage sm = new SendJMSMessage(); String content = "Message Alerts"; sm.setupConnection(); sm.sendAMessage(content); sm.stop(); }