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

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

Introduction

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

Usage

From source file com.valtech.springamqp.MultiHostConnectionFactoryImpl.java

/**
 * A {@link org.springframework.amqp.rabbit.connection.CachingConnectionFactory} implementation.
 *
 * @author Mark Fisher
 * @author Mark Pollack
 * @author Dave Syer