Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getDefaultTimeToLive function
getDefaultTimeToLive function
Returns the value specified by
setDefaultTimeToLiveprocedure
.
Syntax
FUNCTION getDefaultTimeToLive RETURNS DECIMAL.
Applies to
Session objects
Notes
If
setDefaultTimeToLiveprocedure
was not called,
UNKNOWN
is returned.
See also
setDefaultPersistencyprocedure
,
getDefaultPersistencyfunction
,
setDefaultPriorityprocedure
getDefaultPriorityfunction
,
setDefaultTimeToLiveprocedure
,
getDefaultTimeToLivefunction
For more information, see the Accessing message delivery parameters.