Product: OpenFusion Notification Service
Version: ALL
Description:
How can the client disconnect callback behaviour be controlled?
Resolution:
There is a QoS property called DisconnectCallback. This property applies to all proxies.
If set to true (the default) then when a proxy's disconnect method is called, then the disconnect method on its connected client will also be called. This behavior is in accordance with the behavior specified in the OMG Notification Service Specification v1.0.1
If set to false, then a proxy's connected client will not have its disconnect operation invoked when that of the proxy is invoked. This behavior is in accordance with the behavior specified prior to OMG Notification Service Specification v1.0.
The default value is true.
#KnowledgeDocs
#OpenFusionCORBAService
#notificationservice
#OpenFusion