MsgKeyData key = global.getMsgKeyFactory().readObject(publishKey);
oid = key.getOid();
}
publisher.initWithExistingGlob(global, publishKey, publishQos, 0);
replSource = new ReplSource(info_, oid);
replSourceEngine = new ReplSourceEngine(replPrefix, publisher, replSource);
replSource.setEngine(replSourceEngine);
Map attrs = new HashMap();
attrs.put("ptp", "true");
try {
publisher.registerAlertListener(replSourceEngine, attrs);