rmMsgCtx.setProperty(Sandesha2Constants.MessageContextProperties.INTERNAL_SEQUENCE_ID,internalSequenceID);
rmMsgCtx.setProperty(Sandesha2Constants.MessageContextProperties.SEQUENCE_ID, sequenceID);
// operation is the lowest level Sandesha2 could be attached.
SandeshaPolicyBean propertyBean = SandeshaUtil.getPropertyBean(rmMsgCtx.getMessageContext().getAxisOperation());
retransmitterBean.setSentCount(retransmitterBean.getSentCount() + 1);
adjustNextRetransmissionTime(retransmitterBean, propertyBean);
int maxRetransmissionAttempts = propertyBean.getMaximumRetransmissionCount();
// We can only time out sequences if we can identify the correct sequence, and
// we need the internal sequence id for that.
boolean continueSending = true;
if(internalSequenceID != null) {