@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SjmsBatchEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SjmsBatchEndpointBuilderFactory.AdvancedSjmsBatchEndpointBuilder
Advanced builder for endpoint for the Simple JMS Batch component.
|
static interface |
SjmsBatchEndpointBuilderFactory.SjmsBatchBuilders |
static interface |
SjmsBatchEndpointBuilderFactory.SjmsBatchEndpointBuilder
Builder for endpoint for the Simple JMS Batch component.
|
| Modifier and Type | Method and Description |
|---|---|
static SjmsBatchEndpointBuilderFactory.SjmsBatchEndpointBuilder |
sjmsBatch(String path)
Simple JMS Batch (camel-sjms)
The sjms-batch component is a specialized for highly performant,
transactional batch consumption from a JMS queue.
|
static SjmsBatchEndpointBuilderFactory.SjmsBatchEndpointBuilder sjmsBatch(String path)
sjms-batch:destinationName
Path parameter: destinationName (required)
The destination name. Only queues are supported, names may be prefixed by
'queue:'.Apache Camel