getLocalStoreDirectory function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
getLocalStoreDirectory function
Returns the directory that will be used by the adapter to persist messages.
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.
- This value is set by a call to setLocalStoreDirectory procedure.
- If setLocalStoreDirectory procedure was never called, the value is the
Unknown value (?).
See also
createRejectedMessageConsumer procedure, setClientPersistence procedure, getClientPersistence function, setLocalStoreDirectory procedure, #rfi1387308653921, setLocalStoreSize procedure, getLocalStoreSize function, setLocalStoreWaitTime procedure, getLocalStoreWaitTime function, setReconnectTimeout procedure, getReconnectTimeout function, setReconnectInterval procedure, getReconnectInterval function
For more information, see the Client persistence and the Client persistence.