Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setLocalStoreSize procedure
setLocalStoreSize procedure
Sets the maximum size of the local store in kilobytes.
Note:
The JMS providers other than SonicMQ do not support this method.
Syntax
PROCEDURE setLocalStoreSize
DEFINE INPUT PARAMETER
storesize
AS INTEGER.
Applies to
Session objects (ClientConnect and ServerConnect only).
Notes
Only applicable for Client Persistence.
The default size is 1
000 (10MB)
.
Errors for this call will occur after the call to
beginSessionprocedure
.
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.