Class ConnectionFactory

java.lang.Object
com.rabbitmq.client.ConnectionFactory
All Implemented Interfaces:
Cloneable

public class ConnectionFactory extends Object implements Cloneable
Convenience factory class to facilitate opening a Connection to a RabbitMQ node.

Most connection and socket settings are configured using this factory. Some settings that apply to connections can also be configured here and will apply to all connections produced by this factory.