Class SimpleRabbitListenerContainerFactory

All Implemented Interfaces:
RabbitListenerContainerFactory<SimpleMessageListenerContainer>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.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