Skip to main content

Product: OpenFusion Notification Service

Version: ALL

 

Description:

Can the proxy ConnectionReliability be set to BestEffort on a persistent channel?

 

Resolution:

Setting the QoS properties on a proxy follows the same pattern as setting them on an admin or channel. In this case, create a Property sequence with one Property, with a name of ConnectionReliability and a value of (short) 0. Then call the proxy's set_qos() method, passing in this sequence.

Please note that setting EventReliability to persistent and ConnectionReliability to BestEffort has no meaning and is not supported. An UnsupportedQoS exception will be thrown in this case.


#KnowledgeDocs
#OpenFusion
#OpenFusionCORBAService
#notificationservice