See: Description
Interface | Description |
---|---|
ChannelAwareMessageListener |
A message listener that is aware of the Channel on which the message was received.
|
ChannelCallback<T> |
Basic callback for use in RabbitTemplate
|
RabbitMessageOperations |
A specialization of
MessageSendingOperations and MessageRequestReplyOperations
for AMQP related operations that allow to specify not only the exchange but also the
routing key to use. |
RabbitOperations |
Rabbit specific methods for Amqp functionality.
|
RabbitTemplate.ConfirmCallback | |
RabbitTemplate.ReturnCallback |
Class | Description |
---|---|
BatchingRabbitTemplate |
A
RabbitTemplate that permits batching individual messages into a larger
message. |
RabbitAdmin |
RabbitMQ implementation of portable AMQP administrative operations for AMQP >= 0.9.1
|
RabbitGatewaySupport |
Convenient super class for application classes that need RabbitMQ access.
|
RabbitManagementTemplate | |
RabbitMessagingTemplate |
An implementation of
RabbitMessageOperations . |
RabbitTemplate |
Helper class that simplifies synchronous RabbitMQ access (sending and receiving messages).
|