@Configuration @EnableConfigurationProperties(value=SjmsBatchComponentConfiguration.class) public class SjmsBatchComponentAutoConfiguration extends Object
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) |
@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