Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getLocalStoreDirectory function
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
FUNCTION getLocalStoreDirectory RETURNS CHARACTER.
Applies to
Session objects (ClientConnect and ServerConnect only).
Notes
Only applicable for Client Persistence.
This value is set by a call to
setLocalStoreDirectoryprocedure
.
If
setLocalStoreDirectoryprocedure
was never called, the value is the
Unknown value (?)
.
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.