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