Sandesha2Constants.SequenceProperties.HIGHEST_IN_MSG_NUMBER, str);
SequencePropertyBean highestMsgKeyBean = new SequencePropertyBean(propertyKey,
Sandesha2Constants.SequenceProperties.HIGHEST_IN_MSG_KEY, highetsInMsgKey);
// 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);