// no oid for this ptp message
PublishKey pubKey = new PublishKey(this.global, REQUEST_CANCEL_UPDATE_TOPIC);
Destination destination = new Destination(new SessionName(this.global, this.dbWatcherSessionName));
destination.forceQueuing(true);
PublishQos pubQos = new PublishQos(this.global, destination);
pubQos.addClientProperty(ReplicationConstants.SLAVE_NAME, this.slaveSessionId);
pubQos.setPersistent(false);
MsgUnit msg = new MsgUnit(pubKey, ReplicationConstants.REPL_REQUEST_CANCEL_UPDATE.getBytes(), pubQos);
conn.publish(msg);
// TODO Check this since it could mess up the current status if one is exaclty finished now
//setStatus(STATUS_NORMAL);