StorageManager mgr = SandeshaUtil.getInMemoryStorageManager(configContext);
Transaction t = mgr.getTransaction();
String inboundSequenceID = SandeshaUtil.getSequenceIDFromInternalSequenceID(internalSequenceId,
mgr);
t.commit();
SandeshaClient.forceDispatchOfInboundMessages(serverConfigCtx, inboundSequenceID, false);
//check that the server is now expecting msg 4
StorageManager serverMgr = SandeshaUtil.getInMemoryStorageManager(serverConfigCtx);