sequenceId, Sandesha2Constants.SequenceProperties.SERVER_COMPLETED_MESSAGES);
String receivedMsgStr = (String) receivedMsgsBean.getValue();
ApplicationMsgProcessor ackProcessor = new ApplicationMsgProcessor();
//Even though the duplicate message is dropped, hv to send the ack if needed.
ackProcessor.sendAckIfNeeded(rmMsgContext, receivedMsgStr);
}
}
private void doGlobalProcessing(RMMsgContext rmMsgCtx)