Interface SjmsBatchEndpointBuilderFactory.SjmsBatchBuilders

    • 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 name
        path - destinationName