Negative Acknowledgement (nack)
A message is nacked when the client fails to complete the message handling. This can happen in the following
circumstances.
A transaction rollback
Not doing Message.acknowledge() when using ClientAcknowledge
A connection failure
Recovering a session
Comments