clientOptions.setProperty(SandeshaClientConstants.MESSAGE_NUMBER,new Long(2));
serviceClient.fireAndForget(getPingOMBlock("ping2"));
}
finally{
configContext.getListenerManager().stop();
serviceClient.cleanup();
}
}
public void testForceInvokeWithDiscardGaps () throws AxisFault {