@Configuration @EnableConfigurationProperties(value=AMQPComponentConfiguration.class) public class AMQPComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AMQPComponentAutoConfiguration.Condition |
Constructor and Description |
---|
AMQPComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.amqp.AMQPComponent |
configureAMQPComponent(org.apache.camel.CamelContext camelContext,
AMQPComponentConfiguration configuration) |
@Lazy @Bean(name="amqp-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.amqp.AMQPComponent.class) public org.apache.camel.component.amqp.AMQPComponent configureAMQPComponent(org.apache.camel.CamelContext camelContext, AMQPComponentConfiguration configuration) throws Exception
Exception
Apache Camel