Class SimpleRoutingAmqpConnectionFactory

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

public class SimpleRoutingAmqpConnectionFactory extends AbstractRoutingAmqpConnectionFactory
An AbstractRoutingAmqpConnectionFactory implementation which gets a lookupKey for the current AmqpConnectionFactory from a thread-bound resource by the key of the instance of this AmqpConnectionFactory.
Since:
4.2
Author:
Robin Collard
See Also: