Consultor Eletrônico



Kbase P131681: How can I set the delivery mode of an outgoing (reply) message to the same delivery mode as an incom
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   20/05/2008
Status: Unverified

GOAL:

How can I set the delivery mode of an outgoing (reply) message to the same delivery mode as an incoming message?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

FIX:

To set the delivery mode of an outgoing (reply) message to the same delivery mode as an incoming message you should do the following:

1) Use the getJMSDeliveryMode function on the incoming message to obtain its delivery mode and save it in a variable

2) Pass the variable from step 1 to the outgoing messages setReplyPersistency function