con.publish(new MsgUnit(xmlKey,b,qw.toXml()));
try { Thread.sleep(5L); } catch( InterruptedException i) {}
EraseKey ek = new EraseKey(glob, "" + lCount);
EraseReturnQos[] er = con.erase(ek.toXml(), eq.toXml());
// System.out.println(new Timestamp(System.currentTimeMillis())+":"+lCount);
if ((lCount % bulkSize) == 0) {
log.info("Published and erased " + lCount + " topics, enter return to continue, enter 'q' to quit");
try {