Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
isFaultTolerant function
isFaultTolerant function
Determines if the SonicMQ Broker connected supports Fault Tolerance.
Syntax
FUNCTION isFaultTolerant RETURNS LOGICAL
Applies to
Session objects
Notes
Only applicable for Fault Tolerant connections.
This function must be called after
beginSessionprocedure
is called.
See also
setFaultTolerantprocedure
,
getFaultTolerantfunction
,
isFaultTolerant function
,
createChangeStateConsumer procedure
,
setFaultTolerantReconnectTimeout procedure
,
getFaultTolerantReconnectTimeout function
,
setInitialConnectionTimeout procedure
,
getInitialConnectionTimeout function
,
setClientTransactionBufferSize procedure
,
getClientTransactionBufferSize function
For more information, see the Fault tolerance and the Fault tolerance.
Note:
The JMS providers other than SonicMQ do not support this method.