Example usage for org.springframework.amqp.rabbit.connection SingleConnectionFactory subclass-usage

List of usage examples for org.springframework.amqp.rabbit.connection SingleConnectionFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.amqp.rabbit.connection SingleConnectionFactory subclass-usage.

Usage

From source file org.springframework.amqp.rabbit.connection.CachingConnectionFactory.java

/**
 * NOTE: this ConnectionFactory implementation is considered <b>experimental</b> at this stage. There are concerns to be
 * addressed in relation to the statefulness of channels. Therefore, we recommend using {@link SingleConnectionFactory}
 * for now.
 * 
 * A {@link ConnectionFactory} implementation that returns the same Connections from all {@link #createConnection()}