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

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

Introduction

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

Usage

From source file acromusashi.stream.component.rabbitmq.CachingConnectionFactory.java

/**
 * A {@link ConnectionFactory} implementation that returns the same Connections from all {@link #createConnection()}
 * calls, and ignores calls to {@link com.rabbitmq.client.Connection#close()} and caches
 * {@link com.rabbitmq.client.Channel}.
 *
 * <p>