setReplyPriority procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
setReplyPriority procedure
Sets the priority of the reply messages when the Message Consumer is passed to requestReply procedure.
Syntax
|
Applies to
Message Consumer objects
Notes
- The range of values is 0–9; the default is 4.
- This procedure can be called only once.
See also
setReplyPersistency procedure, getReplyPersistency function, #rfi1387308555804, getReplyPriority function, setReplyTimeToLive procedure, getReplyTimeToLive function, setReplyAutoDelete procedure, getReplyAutoDelete function
For more information, see the Accessing message handler information and the Setting reply properties.