Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getFaultTolerantReconnectTimeout function
getFaultTolerantReconnectTimeout function
Returns the Fault Tolerant reconnection timeout.
Note:
The JMS providers other than SonicMQ do not support this method.
Syntax
FUNCTION getFaultTolerantReconnectTimeout RETURNS INTEGER.
Applies to
Session objects (ClientConnect and ServerConnect only)
Notes
Only applicable for Fault Tolerant connections.
The default is 60 seconds.
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.