Kbase P156494: How to avoid that the message gets acknowledged within a SonicMQ 4GL adapter code
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/25/2009 |
|
Status: Unverified
GOAL:
How to avoid that the message gets acknowledged
GOAL:
How to set the receive session to be transacted in SonicMQ adapter
GOAL:
How to set client acknowledge or single message acknowledge
GOAL:
How to make a JMS session transacted with the 4GL adapter
FACT(s) (Environment):
OpenEdge 10.2A
All Supported Operating Systems
FIX:
Use PROCEDURE setNoAcknowledge if the OpenEdge application fails to use the data in a message
and must receive the message againSee also acknowledgeAndForward procedure, setSingleMessageAcknowledgement procedure,
getSingleMessageAcknowledgement function, setNoAcknowledge procedure,
getNoAcknowledge function
You can also use the:
PROCEDURE setTransactedReceive to make the session transacted for receiving.