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.
    Author:
    Dave Syer, Gary Russell
    See Also:
    Serialized Form
    • Constructor Detail

      • ImmediateAcknowledgeAmqpException

        public ImmediateAcknowledgeAmqpException​(String message)
      • ImmediateAcknowledgeAmqpException

        public ImmediateAcknowledgeAmqpException​(Throwable cause)
      • ImmediateAcknowledgeAmqpException

        public ImmediateAcknowledgeAmqpException​(String message,
                                                 Throwable cause)