Where can we find out JMS acknowledgement, whether posted message is processed successfully or not ??
7 个回答
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