Package | Description |
---|---|
org.springframework.boot.autoconfigure.amqp |
Auto-configuration for RabbitMQ.
|
Modifier and Type | Method and Description |
---|---|
protected RabbitProperties |
AbstractRabbitListenerContainerFactoryConfigurer.getRabbitProperties() |
protected RabbitProperties |
RabbitTemplateConfigurer.getRabbitProperties() |
Modifier and Type | Method and Description |
---|---|
org.springframework.amqp.rabbit.connection.CachingConnectionFactory |
RabbitAutoConfiguration.RabbitConnectionFactoryCreator.rabbitConnectionFactory(RabbitProperties properties,
ObjectProvider<org.springframework.amqp.rabbit.connection.ConnectionNameStrategy> connectionNameStrategy) |
RabbitTemplateConfigurer |
RabbitAutoConfiguration.RabbitTemplateConfiguration.rabbitTemplateConfigurer(RabbitProperties properties,
ObjectProvider<org.springframework.amqp.support.converter.MessageConverter> messageConverter,
ObjectProvider<RabbitRetryTemplateCustomizer> retryTemplateCustomizers) |
protected void |
AbstractRabbitListenerContainerFactoryConfigurer.setRabbitProperties(RabbitProperties rabbitProperties)
Set the
RabbitProperties to use. |
protected void |
RabbitTemplateConfigurer.setRabbitProperties(RabbitProperties rabbitProperties)
Set the
RabbitProperties to use. |