Skip to main content

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

7 个回答
  1. 2017年6月29日 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