/*ConnectReturnQosServer q = */authenticate.connect(connectQosServer);
receiverSessionInfo = authenticate.getSessionInfo(destination.getDestination());
if (receiverSessionInfo == null) continue;
receiverSessionInfo.getLock().lock();
if (!receiverSessionInfo.isAlive()) {
receiverSessionInfo.releaseLockAssertOne("Topic=" + getId());
receiverSessionInfo = null;
continue;
}
break;
}