Skip to main content

Where can we find out JMS acknowledgement, whether posted message is processed successfully or not ??

7 answers
  1. Jun 29, 2017, 7:13 PM

    JMS message is acknowledged by the JMS connector by default, you can use the CLIENT_ACK mode to control when the message should be acknowledged.

    You can use `jms:client-ack-transactionaction` in the jms endpoint for this

0/9000