@Configuration
@AutoConfigureOrder
@ConditionalOnClass(value=org.springframework.amqp.rabbit.core.RabbitTemplate.class)
@ConditionalOnExpression(value="${embedded.containers.enabled:true}")
@ConditionalOnProperty(name="embedded.rabbitmq.enabled",
matchIfMissing=true)
@AutoConfigureAfter(name="org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration")
public class EmbeddedRabbitMQDependenciesAutoConfiguration
extends Object
| Constructor and Description |
|---|
EmbeddedRabbitMQDependenciesAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.config.BeanFactoryPostProcessor |
rabbitMessagingTemplateDependencyPostProcessor() |
Copyright © 2021. All rights reserved.