MsgQueueUpdateEntry msgEntry = new MsgQueueUpdateEntry(serverScope,
cacheEntry,
receiverSessionInfo.getSessionQueue().getStorageId(),
destination.getDestination(),
Constants.SUBSCRIPTIONID_PtP, false);
receiverSessionInfo.queueMessage(msgEntry);
continue;
}
finally {
if (receiverSessionInfo != null) {
receiverSessionInfo.releaseLockAssertOne("Topic=" + getId());