tibems_GetExceptionOnFTEvents

Function

Purpose

Detect whether exception listener is called on any of the following fault-tolerant events: disconnected, each reconnect attempt, reconnected.

C Declaration

tibems_status tibems_GetExceptionOnFTEvents(
    tibems_bool* isSet);

COBOL Call

CALL "tibems_GetExceptionOnFTEvents"
  USING BY REFERENCE isSet,
  RETURNING tibems-status
END-CALL.

Parameters

Parameter Description
isSet Return true if the exception listener is to be called on any of the following fault-tolerant events: disconnected, each reconnect attempt, reconnected. Return false if it is not to be called. Default is false.

See Also

tibems_SetExceptionOnFTEvents

Set an Exception Listener in the TIBCO Enterprise Message Service User’s Guide.