12131415161718192021
super(name); } public void testSSL() throws Exception { clearMessages(); SendJMSMessage sm = new SendJMSMessage(); sm.setupConnection(); sm.sendAMessage(); sm.stop(); }