Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setReplyPersistency procedure
setReplyPersistency procedure
Sets the value for message persistency when the Message Consumer is passed to
requestReplyprocedure
.
Syntax
PROCEDURE setReplyPersistency.
DEFINE INPUT PARAMETER
deliveryMode
AS CHARACTER.
Applies to
Message Consumer objects
Notes
The values are:
PERSISTENT
,
NON_PERSISTENT
,
NON_PERSISTENT_ASYNC
, and
UNKNOWN
. The default value is
PERSISTENT
.
The evaluation is case-insensitive. A call with an
Unknown value (?)
has no effect.
The
replyPersistency
value can be set only once.
NON_PERSISTENT_ASYNC
is a SonicMQ extension.
See also
setReplyPersistencyprocedure
,
getReplyPersistencyfunction
,
setReplyPriorityprocedure
,
getReplyPriorityfunction
,
setReplyTimeToLiveprocedure
,
getReplyTimeToLivefunction
,
setReplyAutoDeleteprocedure
,
getReplyAutoDeletefunction
For more information, see the Accessing message handler information and the Setting reply properties.