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

setLocalStoreWaitTime procedure

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

Syntax

PROCEDURE setLocalStoreWait.
DEFINE INPUT PARAMETER interval AS INTEGER.

Applies to

Session objects (ClientConnect and ServerConnect only).

Notes

*Only applicable for Client Persistence.
*The default is 5, which means the adapter will wait 5 seconds then persist messages to disk.
*Errors for this call will occur after the call to beginSessionprocedure .

See also

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