Package | Description |
---|---|
org.springframework.boot.autoconfigure.amqp |
Auto-configuration for RabbitMQ.
|
Class and Description |
---|
AbstractRabbitListenerContainerFactoryConfigurer
Configure
RabbitListenerContainerFactory with sensible defaults. |
ConnectionFactoryCustomizer
Callback interface that can be implemented by beans wishing to customize the
auto-configured RabbitMQ
ConnectionFactory . |
RabbitProperties
Configuration properties for Rabbit.
|
RabbitProperties.AmqpContainer |
RabbitProperties.Cache |
RabbitProperties.Cache.Channel |
RabbitProperties.Cache.Connection |
RabbitProperties.ContainerType |
RabbitProperties.DirectContainer
Configuration properties for
DirectMessageListenerContainer . |
RabbitProperties.Listener |
RabbitProperties.ListenerRetry |
RabbitProperties.Retry |
RabbitProperties.SimpleContainer
Configuration properties for
SimpleMessageListenerContainer . |
RabbitProperties.Ssl |
RabbitProperties.Template |
RabbitRetryTemplateCustomizer
Callback interface that can be used to customize a
RetryTemplate used as part
of the Rabbit infrastructure. |
RabbitRetryTemplateCustomizer.Target
Define the available target for a
RetryTemplate . |
RabbitTemplateConfigurer
Configure
RabbitTemplate with sensible defaults. |