Example usage for org.springframework.amqp.rabbit.listener RabbitListenerContainerFactory interface-usage

List of usage examples for org.springframework.amqp.rabbit.listener RabbitListenerContainerFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.amqp.rabbit.listener RabbitListenerContainerFactory interface-usage.

Usage

From source file org.springframework.amqp.rabbit.config.AbstractRabbitListenerContainerFactory.java

/**
 * Base {@link RabbitListenerContainerFactory} for Spring's base container implementation.
 *
 * @author Stephane Nicoll
 * @author Gary Russell
 * @author Artem Bilan