Note: | The Acknowledgement mode property is not available for transacted JMS triggers. That is, if the JMS connection alias is of type XA_TRANSACTION or LOCAL_TRANSACATION, Designer does not display the Acknowledgement mode property. |
Select... | To... |
CLIENT_ACKNOWLEDGE | Acknowledge or recover the message only after the JMS trigger processes the message completely. This is the default. |
DUPS_OK_ACKNOWLEDGE | Lazily acknowledge the delivery of messages. This may result in the delivery of duplicate messages. |
AUTO_ACKNOWLEDGE | Automatically acknowledge the message when it is received by the JMS trigger. Integration Server will acknowledge the message before the trigger completes processing. The JMS provider cannot redeliver the message if Integration Server becomes unavailable before message processing completes. |