| Name | Description | Type | Package | Framework |
| AbstractConnectionFactory | Class | org.springframework.amqp.rabbit.connection | Spring AMQP | |
| AbstractRoutingConnectionFactory | Abstract ConnectionFactory implementation that routes createConnection()calls to one of various target ConnectionFactories based on a lookup key. | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |
| CachingConnectionFactory | A ConnectionFactory implementation that (when the cache mode is CachingConnectionFactory. | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |
| CachingConnectionFactory .CacheMode | Cache channels - single connectionCache connections and channels within each connection | Class | org.springframework.amqp.rabbit.connection.CachingConnectionFactory | Spring AMQP |
| ChannelListener | Interface | org.springframework.amqp.rabbit.connection | Spring AMQP | |
| ChannelProxy | Subinterface of Channel to be implemented byChannel proxies. | Interface | org.springframework.amqp.rabbit.connection | Spring AMQP |
| CompositeChannelListener | Class | org.springframework.amqp.rabbit.connection | Spring AMQP | |
| CompositeConnectionListener | Class | org.springframework.amqp.rabbit.connection | Spring AMQP | |
| Connection | Close this connection and all its channelswith the AMQP. | Interface | org.springframework.amqp.rabbit.connection | Spring AMQP |
| ConnectionFactory | An interface based ConnectionFactory for creating Connections. | Interface | org.springframework.amqp.rabbit.connection | Spring AMQP |
| ConnectionFactoryUtils | Helper class for managing a Spring based Rabbit ConnectionFactory,in particular for obtaining transactional Rabbit resources for a given ConnectionFactory. | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |
| ConnectionFactoryUtils .ResourceFactory | Callback interface for resource creation. | Interface | org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils | Spring AMQP |
| ConnectionListener | Interface | org.springframework.amqp.rabbit.connection | Spring AMQP | |
| ConnectionProxy | Subinterface of Connection to be implemented byConnection proxies. | Interface | org.springframework.amqp.rabbit.connection | Spring AMQP |
| ConsumerChannelRegistry | Consumers register their primary channels with this class. | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |
| LocalizedQueueConnectionFactory | A RoutingConnectionFactory that determines the node on which a queue is located andreturns a factory that connects directly to that node. | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |
| PublisherCallbackChannelConnectionFactory | Connection factories implementing this interface return a connection thatprovides PublisherCallbackChannel channel instances when confirms | Interface | org.springframework.amqp.rabbit.connection | Spring AMQP |
| RabbitAccessor | Class | org.springframework.amqp.rabbit.connection | Spring AMQP | |
| RabbitConnectionFactoryBean | Factory bean to create a RabbitMQ ConnectionFactory, delegating mostsetter methods and optionally enabling SSL, with or without | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |
| RabbitResourceHolder | Rabbit resource holder, wrapping a RabbitMQ Connection and Channel. | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |
| RabbitUtils | Class | org.springframework.amqp.rabbit.connection | Spring AMQP | |
| RoutingConnectionFactory | Interface | org.springframework.amqp.rabbit.connection | Spring AMQP | |
| SimpleConnection | Simply a Connection. | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |
| SimpleResourceHolder | Central helper that manages resources per thread to be used by resource management code. | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |
| SimpleRoutingConnectionFactory | An AbstractRoutingConnectionFactory implementation which gets a lookupKeyfor current ConnectionFactory from thread-bound resource by key of the instance of | Class | org.springframework.amqp.rabbit.connection | Spring AMQP |