String storageKey = SandeshaUtil.getUUID();
processResponseMessage(rmMsgCtx, rmsBean, internalSequenceId, outSequenceID, messageNumber, storageKey, storageManager, tran, hasUserTransaction);
}
//Users wont be able to get reliable response msgs in the back channel in the back channel of a
//reliable message. If he doesn't have a endpoint he should use polling mechanisms.
msgContext.pause();
if (appMsgProcTran != null && appMsgProcTran.isActive()) {
appMsgProcTran.commit();
appMsgProcTran = null;
}