[TIBCO.EMS .NET client library 8.1 documentation]

Return the fault tolerance exception setting

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public static bool GetExceptionOnFTSwitch()
Public Shared Function GetExceptionOnFTSwitch As Boolean
public:
static bool GetExceptionOnFTSwitch()

Remarks

This setting determines exception behavior when the client successfully switches to a different server (fault-tolerant failover).
  • When true, the connection’s ExceptionListener catches an EMSException, which contains the name of the new server.
  • When false, fault-tolerant failover does not trigger an exception in the client.

See Also