while(true) {
lCount++;
xmlKey = "<key oid='" + lCount +
"'> <topic id='aaaa'/>" +
"</key>";
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());