Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : getReplyPriority function
 

getReplyPriority function

Returns the priority of the reply messages.

Syntax

FUNCTION getReplyPriority RETURNS INTEGER.

Applies to

Message Consumer objects

Notes

If setReplyPriorityprocedure was not called, the returned value is 4.

See also

setReplyPersistencyprocedure, getReplyPersistencyfunction, setReplyPriorityprocedure, getReplyPriorityfunction, setReplyTimeToLiveprocedure, getReplyTimeToLivefunction, setReplyAutoDeleteprocedure, getReplyAutoDeletefunction
For more information, see the Accessing message handler information and the Setting reply properties.