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

setReplyAutoDelete procedure

Specifies whether all reply messages are to be automatically deleted.

Syntax

PROCEDURE setReplyAutoDelete.
DEFINE INPUT PARAMETER val AS LOGICAL.

Applies to

Message Consumer objects

Notes

*The default value is FALSE.
*If the reply property val is set to TRUE, all reply messages returned through the message handler's OUPUT parameter are automatically deleted after being sent.

See also

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