| Name | Description | Type | Package | Framework |
| ConsumerCancelledException | Thrown when the broker cancels the consumer and the messageSince:1. | Class | org.springframework.amqp.rabbit.support | Spring AMQP |
| CorrelationData | Base class for correlating publisher confirms to sent messages. | Class | org.springframework.amqp.rabbit.support | Spring AMQP |
| DefaultMessagePropertiesConverter | Default implementation of the MessagePropertiesConverter strategy. | Class | org.springframework.amqp.rabbit.support | Spring AMQP |
| ExpressionFactoryBean | FactoryBean for creating Expression instances. | Class | org.springframework.amqp.rabbit.support | Spring AMQP |
| ListenerContainerAware | MessageListeners and ChannelAwareMessageListeners that also implement thisinterface can have configuration verified during initialization. | Interface | org.springframework.amqp.rabbit.support | Spring AMQP |
| MessagePropertiesConverter | Strategy interface for converting between Spring AMQP MessagePropertiesand RabbitMQ BasicProperties. | Interface | org.springframework.amqp.rabbit.support | Spring AMQP |
| PendingConfirm | Instances of this object track pending publisher confirms. | Class | org.springframework.amqp.rabbit.support | Spring AMQP |
| PublisherCallbackChannel | Instances of this interface support a single listener beingregistered for publisher confirms with multiple channels, | Interface | org.springframework.amqp.rabbit.support | Spring AMQP |
| PublisherCallbackChannel .Listener | Listeners implementing this interface can participatein publisher confirms received from multiple channels, | Interface | org.springframework.amqp.rabbit.support.PublisherCallbackChannel | Spring AMQP |
| PublisherCallbackChannelImpl | Channel wrapper to allow a single listener able to handleconfirms from multiple channels. | Class | org.springframework.amqp.rabbit.support | Spring AMQP |
| RabbitExceptionTranslator | Translates Rabbit Exceptions to the AmqpException classThis functionality was previously in RabbitUtils, but that | Class | org.springframework.amqp.rabbit.support | Spring AMQP |
| ValueExpression | A very simple hardcoded implementation of the Expressioninterface that represents an immutable value. | Class | org.springframework.amqp.rabbit.support | Spring AMQP |