Options options = stubServiceClient.getOptions();
setUpOptions(options);
options.setProperty(SandeshaClientConstants.MESSAGE_NUMBER,new Long(1));
Ping ping = new Ping ();
ping.setText("ping1");
stub.Ping(ping);
options.setProperty(SandeshaClientConstants.MESSAGE_NUMBER,new Long(3));
ping = new Ping ();
ping.setText("ping2");
stub.Ping(ping);
boolean complete = false;
while (!complete) {
SequenceReport sequenceReport = SandeshaClient.getOutgoingSequenceReport(stubServiceClient);