Skip to main content

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

답변 7개
  1. 2017년 6월 29일 오후 7: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