657658659660661662663664665
* Send a JMS message. */ private void sendMsg(String msg) { if (ms == null) ms = new MsgSender(); ms.sendMsg(msg); }