See: Description
Interface | Description |
---|---|
AmqpHeaderMapper |
A convenience interface that extends
HeaderMapper
but 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 . |
MappingUtils |
Utility methods used during message mapping.
|
Exception | Description |
---|---|
NackedAmqpMessageException |
An exception representing a negatively acknowledged message from a
publisher confirm.
|
ReturnedAmqpMessageException |
A MessagingException for a returned message.
|