Example usage for org.springframework.amqp.rabbit.listener AbstractMessageListenerContainer subclass-usage

List of usage examples for org.springframework.amqp.rabbit.listener AbstractMessageListenerContainer subclass-usage

Introduction

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

Usage

From source file org.springframework.amqp.rabbit.listener.DirectMessageListenerContainer.java

/**
 * The {@code SimpleMessageListenerContainer} is not so simple. Recent changes to the
 * rabbitmq java client has facilitated a much simpler listener container that invokes the
 * listener directly on the rabbit client consumer thread. There is no txSize property -
 * each message is acked (or nacked) individually.
 *

From source file org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.java

/**
 * @author Mark Pollack
 * @author Mark Fisher
 * @author Dave Syer
 * @author Gary Russell
 * @author Artem Bilan