Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getClientPersistence function
getClientPersistence function
Returns the state of client persistence.
Note:
The JMS providers other than SonicMQ do not support this method.
Syntax
FUNCTION getClientPersistence RETURNS LOGICAL.
Applies to
Session objects
Notes
Only applicable for Client Persistence.
The default is
FALSE
.
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.