Skip to main content

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

7 Antworten
  1. 29. Juni 2017, 19:13

    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