Interface SjmsBatchEndpointBuilderFactory.SjmsBatchBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
- Enclosing interface:
- SjmsBatchEndpointBuilderFactory
public static interface SjmsBatchEndpointBuilderFactory.SjmsBatchBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SjmsBatchEndpointBuilderFactory.SjmsBatchEndpointBuilder
sjmsBatch(String path)
Simple JMS Batch (camel-sjms) Highly performant and transactional batch consumption of messages from a JMS queue.default SjmsBatchEndpointBuilderFactory.SjmsBatchEndpointBuilder
sjmsBatch(String componentName, String path)
Simple JMS Batch (camel-sjms) Highly performant and transactional batch consumption of messages from a JMS queue.
-
-
-
Method Detail
-
sjmsBatch
default SjmsBatchEndpointBuilderFactory.SjmsBatchEndpointBuilder sjmsBatch(String path)
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 Syntax:sjms-batch:destinationName
Path parameter: destinationName (required) The destination name. Only queues are supported, names may be prefixed by 'queue:'.- Parameters:
path
- destinationName
-
sjmsBatch
default SjmsBatchEndpointBuilderFactory.SjmsBatchEndpointBuilder sjmsBatch(String componentName, String path)
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 Syntax:sjms-batch:destinationName
Path parameter: destinationName (required) The destination name. Only queues are supported, names may be prefixed by 'queue:'.- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- destinationName
-
-