Class ImmediateRequeueAmqpException

All Implemented Interfaces:
Serializable

public class ImmediateRequeueAmqpException extends AmqpException
The special AmqpException to be thrown from the listener (e.g. retry recoverer callback) to requeue failed message.
Since:
2.1
Author:
Artem Bilan
See Also:
  • Constructor Details

    • ImmediateRequeueAmqpException

      public ImmediateRequeueAmqpException(String message)
    • ImmediateRequeueAmqpException

      public ImmediateRequeueAmqpException(Throwable cause)
    • ImmediateRequeueAmqpException

      public ImmediateRequeueAmqpException(String message, Throwable cause)