StorageManager storageManager = SandeshaUtil
.getSandeshaStorageManager(rmMsgContext.getMessageContext()
.getConfigurationContext());
SequencePropertyBeanMgr seqPropMgr = storageManager
.getSequencePropretyBeanMgr();
SequencePropertyBean receivedMsgsBean = seqPropMgr.retrieve(
sequenceId, Sandesha2Constants.SequenceProperties.RECEIVED_MESSAGES);
String receivedMsgStr = (String) receivedMsgsBean.getValue();
ApplicationMsgProcessor ackProcessor = new ApplicationMsgProcessor();
//Even though the duplicate message is dropped, hv to send the ack