Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setReplyPriority procedure
setReplyPriority procedure
Sets the priority of the reply messages when the Message Consumer is passed to
requestReplyprocedure
.
Syntax
PROCEDURE setReplyPriority.
DEFINE INPUT PARAMETER
priority
AS INTEGER.
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
setReplyPersistencyprocedure
,
getReplyPersistencyfunction
,
setReplyPriorityprocedure
,
getReplyPriorityfunction
,
setReplyTimeToLiveprocedure
,
getReplyTimeToLivefunction
,
setReplyAutoDeleteprocedure
,
getReplyAutoDeletefunction
For more information, see the Accessing message handler information and the Setting reply properties.