3031323334353637383940
private int referenceCount = 0; private boolean isOpenMQCluster = false; private void createJMSConnection() throws MistException { try { tryConnect(new FixedReconnect(3, 150)); } catch(MistException e) { throw e; } }