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