//the msg was paused
returnValue = InvocationResponse.SUSPEND;
}
} else if (messageType==Sandesha2Constants.MessageTypes.ACK_REQUEST) {
AckRequestedProcessor ackRequestedProcessor = new AckRequestedProcessor ();
if(ackRequestedProcessor.processOutgoingAckRequestMessage (rmMsgCtx)){
//the msg was paused
returnValue = InvocationResponse.SUSPEND;
}
}