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