Around advices for
 RabbitMQ consumer and producer methods.See: Description
| Interface | Description | 
|---|---|
| DefaultConsumer | A default  Consumerthat delegates cancelled or shutdown
 with a single methodDefaultConsumer.handleTerminate(String). | 
| Class | Description | 
|---|---|
| MutableBasicProperties | A class that stores the basic properties in a mutable state. | 
| RabbitMQConsumerAdvice | An  ExecutableMethodProcessorthat will process all beans annotated
 withRabbitListenerand create and subscribe the relevant methods
 as consumers to RabbitMQ queues. | 
| RabbitMQIntroductionAdvice | Implementation of the  RabbitClientadvice annotation. | 
Around advices for
 RabbitMQ consumer and producer methods.