I_Queue sessionQueue = this.sessionQueue;
if (sessionQueue != null) sessionQueue.setProperties(cbQueueProperty);
if (wantsCallbacks && hasCallback()) {
DispatchManager dispatchManager = this.dispatchManager;
if (dispatchManager != null) {
dispatchManager.updateProperty(cbQueueProperty.getCallbackAddresses());
log.info(ME+": Successfully reconfigured callback address with new settings, other reconfigurations are not yet implemented");
dispatchManager.notifyAboutNewEntry();
}
}
else if (wantsCallbacks && !hasCallback()) {