tibems_GetExceptionOnFTSwitch
Function
Purpose
Detect whether exception listener is called on a fault-tolerant switchover.
C Declaration
tibems_status tibems_GetExceptionOnFTSwitch( tibems_bool* isSet);
COBOL Call
CALL "tibems_GetExceptionOnFTSwitch" USING BY REFERENCE isSet, RETURNING tibems-status END-CALL.
Parameters
Parameter | Description |
---|---|
isSet
|
Return true if the exception listener is to be called on a fault-tolerant switchover and false if it is not to be called. Default is false. |
See Also
Set an Exception Listener in the TIBCO Enterprise Message Service User Guide.