Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : getLocalStoreWaitTime function
 

getLocalStoreWaitTime function

Returns the wait interval before Client Persistence begins.
Note: The JMS providers other than SonicMQ do not support this method.

Syntax

FUNCTION getLocalStoreWait RETURNS INTEGER.

Applies to

Session objects (ClientConnect and ServerConnect only).

Notes

*Only applicable for Client Persistence.
*The default is 5 seconds.

See also

createRejectedMessageConsumer procedure, setClientPersistenceprocedure, getClientPersistencefunction, setLocalStoreDirectoryprocedure, getLocalStoreDirectoryfunction, setLocalStoreSizeprocedure, getLocalStoreSizefunction, setLocalStoreWaitTimeprocedure, getLocalStoreWaitTimefunction, setReconnectTimeoutprocedure, getReconnectTimeoutfunction, setReconnectIntervalprocedure, getReconnectIntervalfunction
For more information, see the Client persistence and the Client persistence.