| Interface | Description |
|---|---|
| MessageKeyGenerator | |
| MessageRecoverer | |
| NewMessageIdentifier |
An optimization for stateful retry of message processing.
|
| Class | Description |
|---|---|
| MissingMessageIdAdvice |
Advice that can be placed in the listener delegate's advice chain to
enhance the message with an ID if not present.
|
| RejectAndDontRequeueRecoverer |
MessageRecover that causes the listener container to reject
the message without requeuing.
|
| RepublishMessageRecoverer |
MessageRecoverer implementation that republishes recovered messages
to a specified exchange with the exception stack trace stored in the
message header x-exception. |