if (invoker==null){
throw new SandeshaException(SandeshaMessageHelper.getMessage(
SandeshaMessageKeys.invokerNotFound, sequenceID));
}
invoker.forceInvokeOfAllMessagesCurrentlyOnSequence(configContext, sequenceID, allowLaterDeliveryOfMissingMessages);
}
if(reportTransaction != null && reportTransaction.isActive()) reportTransaction.commit();
reportTransaction = null;