Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getReplyPersistency function
getReplyPersistency function
Returns the value for message persistency.
Syntax
FUNCTION getReplyPersistency RETURNS CHARACTER.
Applies to
Message Consumer objects
Notes
If
setReplyPersistencyprocedure
was not called,
PERSISTENT
is returned.
See also
setReplyPersistencyprocedure
,
getReplyPersistencyfunction
,
setReplyPriorityprocedure
,
getReplyPriorityfunction
,
setReplyTimeToLiveprocedure
,
getReplyTimeToLivefunction
,
setReplyAutoDeleteprocedure
,
getReplyAutoDeletefunction
For more information, see the Accessing message handler information and the Setting reply properties.