Interface Sqs2EndpointBuilderFactory.Sqs2Builders

    • Method Detail

      • aws2Sqs

        default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder aws2Sqs​(String path)
        AWS Simple Queue Service (SQS) (camel-aws2-sqs) Send and receive messages to/from AWS SQS service using AWS SDK version 2.x. Category: cloud,messaging Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-sqs Syntax: aws2-sqs:queueNameOrArn Path parameter: queueNameOrArn (required) Queue name or ARN
        Parameters:
        path - queueNameOrArn
        Returns:
        the dsl builder
      • aws2Sqs

        default Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder aws2Sqs​(String componentName,
                                                                       String path)
        AWS Simple Queue Service (SQS) (camel-aws2-sqs) Send and receive messages to/from AWS SQS service using AWS SDK version 2.x. Category: cloud,messaging Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-sqs Syntax: aws2-sqs:queueNameOrArn Path parameter: queueNameOrArn (required) Queue name or ARN
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - queueNameOrArn
        Returns:
        the dsl builder