See: Description
| Interface | Description |
|---|---|
| ChannelListener | |
| ChannelProxy |
Subinterface of
Channel to be implemented by
Channel proxies. |
| Connection | |
| ConnectionFactory |
An interface based ConnectionFactory for creating
Connections. |
| ConnectionFactoryUtils.ResourceFactory |
Callback interface for resource creation.
|
| ConnectionListener | |
| ConnectionProxy |
Subinterface of
Connection to be implemented by
Connection proxies. |
| PublisherCallbackChannelConnectionFactory |
Connection factories implementing this interface return a connection that
provides
PublisherCallbackChannel channel instances when confirms
or returns are enabled. |
| RoutingConnectionFactory |
Implementations select a connection factory based on a supplied key.
|
| Class | Description |
|---|---|
| AbstractConnectionFactory | |
| AbstractRoutingConnectionFactory |
Abstract
ConnectionFactory implementation that routes AbstractRoutingConnectionFactory.createConnection()
calls to one of various target ConnectionFactories based on a lookup key. |
| CachingConnectionFactory |
A
ConnectionFactory implementation that (when the cache mode is CachingConnectionFactory.CacheMode.CHANNEL (default)
returns the same Connection from all CachingConnectionFactory.createConnection()
calls, and ignores calls to Connection.close() and caches
Channel. |
| CompositeChannelListener | |
| CompositeConnectionListener | |
| ConnectionFactoryUtils |
Helper class for managing a Spring based Rabbit
ConnectionFactory,
in particular for obtaining transactional Rabbit resources for a given ConnectionFactory. |
| ConsumerChannelRegistry |
Consumers register their primary channels with this class.
|
| LocalizedQueueConnectionFactory |
A
RoutingConnectionFactory that determines the node on which a queue is located and
returns a factory that connects directly to that node. |
| RabbitAccessor | |
| RabbitConnectionFactoryBean |
Factory bean to create a RabbitMQ ConnectionFactory, delegating most
setter methods and optionally enabling SSL, with or without
certificate validation.
|
| RabbitResourceHolder |
Rabbit resource holder, wrapping a RabbitMQ Connection and Channel.
|
| RabbitUtils | |
| SimpleConnection |
Simply a Connection.
|
| SimpleResourceHolder |
Central helper that manages resources per thread to be used by resource management code.
|
| SimpleRoutingConnectionFactory |
An
AbstractRoutingConnectionFactory implementation which gets a lookupKey
for current ConnectionFactory from thread-bound resource by key of the instance of
this ConnectionFactory. |
| Enum | Description |
|---|---|
| CachingConnectionFactory.CacheMode |