Interface SqsEndpointBuilderFactory.SqsBuilders

    • Method Detail

      • awsSqs

        default SqsEndpointBuilderFactory.SqsEndpointBuilder awsSqs​(String path)
        AWS Simple Queue Service (SQS) (camel-aws-sqs) Sending and receive messages to/from AWS SQS service. Category: cloud,messaging Since: 2.6 Maven coordinates: org.apache.camel:camel-aws-sqs Syntax: aws-sqs:queueNameOrArn Path parameter: queueNameOrArn (required) Queue name or ARN
        Parameters:
        path - queueNameOrArn
      • awsSqs

        default SqsEndpointBuilderFactory.SqsEndpointBuilder awsSqs​(String componentName,
                                                                    String path)
        AWS Simple Queue Service (SQS) (camel-aws-sqs) Sending and receive messages to/from AWS SQS service. Category: cloud,messaging Since: 2.6 Maven coordinates: org.apache.camel:camel-aws-sqs Syntax: aws-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