76777879808182838485
} protected static synchronized void initMessageStore() { try { if (messageStore==null) messageStore = new MessageStore(); } catch (MessageStoreException ms) { throw new ChainedRuntimeException(ms.toString(),ms,logger); } }