startSessionMsg = new StartSessionMsg(ServerStatus.NORMAL_STATUS,
new ArrayList<String>());
session.publish(startSessionMsg);
// Read the TopologyMsg that should come back.
repMsg = session.receive();
assertTrue(repMsg instanceof TopologyMsg);
// Now comes the real test : check that the Replication Server
// answers correctly to a WindowProbeMsg Message.
session.publish(new WindowProbeMsg());