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 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.
