log.warning(text);
throw new XmlBlasterException(glob, ErrorCode.RESOURCE_CLUSTER_CIRCULARLOOP, ME, text + " Your QoS:" + publishQos.toXml(""));
}
int stratum = -1; // not known yet, addRouteInfo() sets my stratum to one closer to the master,
// this needs to be checked here as soon as we know which stratum we are!!!
publishQos.addRouteInfo(new RouteInfo(glob.getNodeId(), stratum, publishQos.getRcvTimestamp()));
}
}
this.dispatchStatistic.incrNumPublish(1);