Package org.springframework.amqp.rabbit.retry
package org.springframework.amqp.rabbit.retry
Provides classes supporting retries.
-
ClassDescriptionThe
MessageRecoverer
implementation to throw anImmediateRequeueAmqpException
for subsequent requeuing in the listener container.A retry recoverer for use with a batch listener.An optimization for stateful retry of message processing.MessageRecover that causes the listener container to reject the message without requeuing.MessageRecoverer
implementation that republishes recovered messages to a specified exchange with the exception stack trace stored in the message header x-exception.ARepublishMessageRecoverer
supporting publisher confirms and returns.