setReplyAutoDelete procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
setReplyAutoDelete procedure
Specifies whether all reply messages are to be automatically deleted.
Syntax
|
Applies to
Message Consumer objects
Notes
- The
default value is
FALSE. - If the reply property val is set to
TRUE, all reply messages returned through the message handler'sOUPUTparameter are automatically deleted after being sent.
See also
setReplyPersistency procedure, getReplyPersistency function, setReplyPriority procedure, getReplyPriority function, setReplyTimeToLive procedure, getReplyTimeToLive function, #rfi1387308558637, getReplyAutoDelete function
For more information, see the Accessing message handler information and the Setting reply properties.