See: Description
Interface | Description |
---|---|
AmqpHeaderMapper |
A convenience interface that extends
RequestReplyHeaderMapper ,
parameterized with MessageProperties . |
Class | Description |
---|---|
AmqpMessageHeaderErrorMessageStrategy |
An
ErrorMessageStrategy extension that adds the raw AMQP message as
a header to the ErrorMessage . |
BoundRabbitChannelAdvice |
An advice that causes all downstream
RabbitOperations operations to be executed
on the same channel, as long as there are no thread handoffs, since the channel is
bound to the thread. |
DefaultAmqpHeaderMapper |
Default implementation of
AmqpHeaderMapper . |
EndpointUtils |
Utility methods for messaging endpoints.
|
MappingUtils |
Utility methods used during message mapping.
|
Exception | Description |
---|---|
ManualAckListenerExecutionFailedException |
A
ListenerExecutionFailedException enhanced with the channel and delivery tag. |
NackedAmqpMessageException |
An exception representing a negatively acknowledged message from a
publisher confirm.
|
ReturnedAmqpMessageException |
A MessagingException for a returned message.
|