destinationClient = authenticate.getOrCreateSubjectInfoByName(destination.getDestination(), returnLocked, null, null);
try {
MsgQueueUpdateEntry msgEntrySubject = new MsgQueueUpdateEntry(serverScope, cacheEntry,
destinationClient.getSubjectQueue().getStorageId(), destination.getDestination(),
Constants.SUBSCRIPTIONID_PtP, false);
destinationClient.queueMessage(msgEntrySubject);
continue;
}
finally {
destinationClient.getLock().release();
}