public static void stopSender(ConfigurationContext context) {
Sender sender = (Sender) context.getProperty(Sandesha2Constants.SENDER);
if (sender!=null) {
sender.stopSending ();
}
}
public static void startInvokerForTheSequence(ConfigurationContext context, String sequenceID) {