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. |
| DeclarationExceptionEvent |
Application event published when a declaration exception occurs.
|
| DeclareExchangeConnectionListener |
A
ConnectionListener that will declare a single exchange when the
connection is established. |
| RabbitAdmin |
RabbitMQ implementation of portable AMQP administrative operations for AMQP >= 0.9.1
|
| RabbitAdminEvent |
Base class for admin events.
|
| RabbitGatewaySupport |
Convenient super class for application classes that need RabbitMQ access.
|
| RabbitManagementTemplate |
A convenience wrapper for the RabbitMQ
Client providing convenient access to
the REST methods using the familiar Spring AMQP domain objects for Queue,
Exchange and Binding. |
| RabbitMessagingTemplate |
An implementation of
RabbitMessageOperations. |
| RabbitTemplate |
Helper class that simplifies synchronous RabbitMQ access (sending and receiving messages).
|