if (!props.containsKey("dispatch/callback/retries"))
props.put("dispatch/callback/retries", "-1");
String sessionName = props.getProperty("sessionName", loginName
+ "/1");
String password = props.getProperty("password", passwd);
Global glob = new Global(props);
this.xmlBlasterAccess = glob.getXmlBlasterAccess();
ConnectQos qos = new ConnectQos(glob, sessionName, password);
this.xmlBlasterAccess.connect(qos, new I_Callback() {
public String update(String cbSessionId, UpdateKey updateKey,
byte[] content, UpdateQos updateQos) {
log("PullServler.update(): Ignoring update "