getReconnectTimeout function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
getReconnectTimeout function
Returns the timeout for reconnection attempts in minutes.
Note: The JMS providers other than SonicMQ do not support this method.
Syntax
|
Applies to
Session objects (ClientConnect and ServerConnect only).
Notes
- Only applicable for Client Persistence.
- The default is 0 indicating no timeout.
See also
createRejectedMessageConsumer procedure, setClientPersistence procedure, getClientPersistence function, setLocalStoreDirectory procedure, getLocalStoreDirectory function, setLocalStoreSize procedure, getLocalStoreSize function, setLocalStoreWaitTime procedure, getLocalStoreWaitTime function, setReconnectTimeout procedure, #rfi1387308651148, setReconnectInterval procedure, getReconnectInterval function
For more information, see the Client persistence and the Client persistence.