tristanh wrote
> With just the queue name currently it's
> 
> sqs:queue-name?amazonSQSClient=#sqsClient&attributeNames=#sqsAttributeNames&queueOwnerAWSAccountId=123456789&region=eu-west-1
> 
> equivalent using an arn would be:
> 
> sqs:arn:aws:sqs:eu-west-1:123456789:queue-name?amazonSQSClient=#sqsClient&attributeNames=#sqsAttributeNames

of course that should be

aws-sqs://queue-name?amazonSQSClient=#sqsClient&attributeNames=#sqsAttributeNames&queueOwnerAWSAccountId=123456789&region=eu-west-1

and

aws-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-tp5780676p5780686.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to