// storing the new message as the highest in message.
storageManager.removeMessageContext(highetsInMsgKey);
storageManager.storeMessageContext(highetsInMsgKey, msgCtx);
if (highetsInMsgNoStr != null) {
seqPropMgr.update(highestMsgNoBean);
seqPropMgr.update(highestMsgKeyBean);
} else {
seqPropMgr.insert(highestMsgNoBean);
seqPropMgr.insert(highestMsgKeyBean);
}