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