Sandesha2Constants.SPEC_2005_02.Actions.SOAP_ACTION_LAST_MESSAGE.equals(msgCtx.getSoapAction())))
{
if (rmMsgCtx.getRelatesTo()==null) {
if (log.isDebugEnabled())
log.debug("Exit: SequenceProcessor::processReliableMessage, got WSRM 1.0 lastmessage");
msgCtx.getAxisOperation().setMessageReceiver(new RMMessageReceiver ());
}
}
// If the storage manager has an invoker, then they may be implementing inOrder, or
// transactional delivery. Either way, if they have one we should use it.