Class SingleAmqpConnectionFactory

java.lang.Object
org.springframework.amqp.rabbitmq.client.SingleAmqpConnectionFactory
All Implemented Interfaces:
AmqpConnectionFactory, DisposableBean

public class SingleAmqpConnectionFactory extends Object implements AmqpConnectionFactory, DisposableBean
The AmqpConnectionFactory implementation to hold a single, shared Connection instance.
Since:
4.0
Author:
Artem Bilan