Class SimpleRabbitListenerContainerFactory

All Implemented Interfaces:
RabbitListenerContainerFactory<SimpleMessageListenerContainer>, Aware, ApplicationContextAware, ApplicationEventPublisherAware

public class SimpleRabbitListenerContainerFactory extends AbstractRabbitListenerContainerFactory<SimpleMessageListenerContainer>
A RabbitListenerContainerFactory implementation to build a regular SimpleMessageListenerContainer.

This should be the default for most users and a good transition paths for those that are used to build such container definition manually.

Since:
1.4
Author:
Stephane Nicoll, Gary Russell, Artem Bilan, Dustin Schultz, Jeonggi Kim