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

getReplyTimeToLive function

Returns the time to live value (in milliseconds) of the reply messages.

Syntax

FUNCTION getReplyTimeToLive RETURNS DECIMAL.

Applies to

Message Consumer objects

Notes

If setReplyTimeToLiveprocedure was not called, UNKNOWN is returned.

See also

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