On Thu, Apr 7, 2016 at 2:51 PM, tristanh <[email protected]> wrote: > Claus Ibsen-2 wrote >> Can you provide an example of the two uris with and withour arn. What >> are the rules for an arn, is it just a text or does it use colons in >> the text ? > > Yes the arn contains colons. > > With just the queue name currently it's > > sqs:queue-name?amazonSQSClient=#sqsClient&attributeNames=#sqsAttributeNames&queueOwnerAWSAccountId=123456789®ion=eu-west-1 > > equivalent using an arn would be: > > sqs:arn:aws:sqs:eu-west-1:123456789:queue-name?amazonSQSClient=#sqsClient&attributeNames=#sqsAttributeNames >
Ah okay as longer there are no other options in the context-path, then we should be okay with this syntax: sqs:queueNameOrArn?options You are welcome to work on a patch / PR with this and log a JIRA http://camel.apache.org/contributing > Tristan > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/feedback-on-proposed-arn-for-aws-sqs-implementation-tp5780676p5780685.html > Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
