| Package | Description |
|---|---|
| org.springframework.amqp.rabbit.config |
Provides classes supporting the Rabbit XML namespace.
|
| org.springframework.amqp.rabbit.retry |
Provides classes supporting retries.
|
| Modifier and Type | Method and Description |
|---|---|
protected MessageRecoverer |
AbstractRetryOperationsInterceptorFactoryBean.getMessageRecoverer() |
| Modifier and Type | Method and Description |
|---|---|
RetryInterceptorBuilder<T> |
RetryInterceptorBuilder.recoverer(MessageRecoverer recoverer)
Apply a Message recoverer - default is to log and discard after retry is exhausted.
|
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder |
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.recoverer(MessageRecoverer recoverer) |
void |
AbstractRetryOperationsInterceptorFactoryBean.setMessageRecoverer(MessageRecoverer messageRecoverer) |
| Modifier and Type | Class and Description |
|---|---|
class |
RejectAndDontRequeueRecoverer
MessageRecover that causes the listener container to reject
the message without requeuing.
|
class |
RepublishMessageRecoverer
MessageRecoverer implementation that republishes recovered messages
to a specified exchange with the exception stack trace stored in the
message header x-exception. |
Copyright © 2021. All rights reserved.