Interface | Description |
---|---|
MessageKeyGenerator | |
MessageRecoverer | |
NewMessageIdentifier |
An optimization for stateful retry of message processing.
|
Class | Description |
---|---|
ImmediateRequeueMessageRecoverer |
The
MessageRecoverer implementation to throw an ImmediateRequeueAmqpException
for subsequent requeuing in the listener container. |
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. |