Interface SjmsBatchComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SjmsBatchComponentBuilderFactory
Highly performant and transactional batch consumption of messages from a JMS queue. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SjmsBatchComponentBuilderFactory.SjmsBatchComponentBuilder
Builder for the Simple JMS Batch component.static class
SjmsBatchComponentBuilderFactory.SjmsBatchComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SjmsBatchComponentBuilderFactory.SjmsBatchComponentBuilder
sjmsBatch()
Simple JMS Batch (camel-sjms) Highly performant and transactional batch consumption of messages from a JMS queue.
-
-
-
Method Detail
-
sjmsBatch
static SjmsBatchComponentBuilderFactory.SjmsBatchComponentBuilder sjmsBatch()
Simple JMS Batch (camel-sjms) Highly performant and transactional batch consumption of messages from a JMS queue. Category: messaging Since: 2.16 Maven coordinates: org.apache.camel:camel-sjms
-
-