" forceQueing='" + forceQueing + "' wantsPtP='" + wantsPtP +"'";
throw new XmlBlasterException(serverScope, ErrorCode.INTERNAL_NOTIMPLEMENTED, ME, tmp +
"the combination '" + status + "' is not handled");
}
if (i>0) { try { Thread.sleep(1L); } catch( InterruptedException ie) {}}
/*ConnectReturnQosServer q = */authenticate.connect(connectQosServer);
receiverSessionInfo = authenticate.getSessionInfo(destination.getDestination());
if (receiverSessionInfo == null) continue;
receiverSessionInfo.getLock().lock();
if (!receiverSessionInfo.isAlive()) {
receiverSessionInfo.releaseLockAssertOne("Topic=" + getId());