Class AbstractRoutingConnectionFactory

java.lang.Object
org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
All Implemented Interfaces:
ConnectionFactory, RoutingConnectionFactory, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
SimpleRoutingConnectionFactory

public abstract class AbstractRoutingConnectionFactory extends Object implements ConnectionFactory, RoutingConnectionFactory, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Abstract ConnectionFactory implementation that routes createConnection() calls to one of various target ConnectionFactories based on a lookup key. The latter is usually (but not necessarily) determined through some thread-bound context.
Since:
1.3