System.err.println("->Subscribe from bilbo ...");
SubscribeKey sk = new SubscribeKey(glob, "/xmlBlaster/key[@oid='SubscribeToBilbo']", Constants.XPATH);
sk.setDomain(domain); // set domain to allow cluster forwarding of subscription
// without setting the domain the subscribe would just be handled by the slave connected to
SubscribeQos sq = new SubscribeQos(glob);
SubscribeReturnQos srq = bilboCon.subscribe(sk.toXml(), sq.toXml());
System.err.println("->Publish to avalon ...");
PublishKey avalon_pk = new PublishKey(glob, oid, "text/plain", "1.0", domain);
PublishQos avalon_pq = new PublishQos(glob);
MsgUnit avalon_msgUnit = new MsgUnit(avalon_pk, contentStr, avalon_pq);