Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URI Format

Code Block
aws-sqs://queue-namequeueName[?options]
aws-sqs://queueNameOrArn[?options] (Camel 2.18 onwards)

The queue will be created if they don't already exists.
You can append query options to the URI in the following format, ?options=value&option2=value&...

...