@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @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
ExceptionApache Camel