setReplyPersistency procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
setReplyPersistency procedure
Sets the value for message persistency when the Message Consumer is passed to requestReply procedure.
Syntax
|
Applies to
Message Consumer objects
Notes
- The
values are:
PERSISTENT,NON_PERSISTENT,NON_PERSISTENT_ASYNC, andUNKNOWN. The default value isPERSISTENT. - The evaluation is case-insensitive. A call with an
Unknown value (?)has no effect. - The
replyPersistencyvalue can be set only once. -
NON_PERSISTENT_ASYNCis a SonicMQ extension.
See also
#rfi1387308557522, getReplyPersistency function, setReplyPriority procedure, getReplyPriority function, setReplyTimeToLive procedure, getReplyTimeToLive function, setReplyAutoDelete procedure, getReplyAutoDelete function
For more information, see the Accessing message handler information and the Setting reply properties.