Interface Sqs2EndpointBuilderFactory.Sqs2Builders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
Sqs2EndpointBuilderFactory

public static interface Sqs2EndpointBuilderFactory.Sqs2Builders
  • Method Details

    • aws2Sqs

      AWS Simple Queue Service (SQS) (camel-aws2-sqs) Send and receive messages to/from AWS SQS. Category: cloud,messaging Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-sqs
      Returns:
      the dsl builder for the headers' name.
    • aws2Sqs

      AWS Simple Queue Service (SQS) (camel-aws2-sqs) Send and receive messages to/from AWS SQS. 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. 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