subQos.setMultiSubscribe(false);
subQos.setWantInitialUpdate(false);
subQos.setPersistent(true);
// this fills the client properties with the contents of the individualInfo object.
new ClientPropertiesInfo(subQos.getData().getClientProperties(), individualInfo);
session.subscribe(this.dataTopic, subQos.toXml());
synchronized(this.initSync) {
setStatus(STATUS_INITIAL);
}
}