Class AbstractRoutingAmqpConnectionFactory

java.lang.Object
org.springframework.amqp.rabbitmq.client.AbstractRoutingAmqpConnectionFactory
All Implemented Interfaces:
AmqpConnectionFactory, RoutingAmqpConnectionFactory, InitializingBean
Direct Known Subclasses:
SimpleRoutingAmqpConnectionFactory

public abstract class AbstractRoutingAmqpConnectionFactory extends Object implements AmqpConnectionFactory, RoutingAmqpConnectionFactory, InitializingBean
Abstract AmqpConnectionFactory implementation that routes getConnection() calls to one of various target AmqpConnectionFactories based on a lookup key. The latter is usually (but not necessarily) determined through some thread-bound context.
Since:
4.2
Author:
Robin Collard