Class ImmediateAcknowledgeAmqpException

All Implemented Interfaces:
Serializable

public class ImmediateAcknowledgeAmqpException extends AmqpException
Special exception for listener implementations that want to signal that the current batch of messages should be acknowledged immediately (i.e. as soon as possible) without rollback, and without consuming any more messages within the current transaction.
See Also:
  • Constructor Details

    • ImmediateAcknowledgeAmqpException

      public ImmediateAcknowledgeAmqpException(String message)
    • ImmediateAcknowledgeAmqpException

      public ImmediateAcknowledgeAmqpException(Throwable cause)
    • ImmediateAcknowledgeAmqpException

      public ImmediateAcknowledgeAmqpException(String message, Throwable cause)