System.err.println("->Trying to unSubscribe ...");
bilboCon.unSubscribe("<key oid='" + srq.getSubscriptionId() + "'/>", null);
System.err.println("->Trying to erase the message at the slave node ...");
EraseKey ek = new EraseKey(glob, oid);
ek.setDomain(domain);
EraseQos eq = new EraseQos(glob);
EraseReturnQos[] arr = avalonCon.erase(ek.toXml(), eq.toXml());
assertEquals("Erase", 1, arr.length);
}
catch (XmlBlasterException e) {
e.printStackTrace();
fail("SubscribeToBilbo-Exception: " + e.toString());