Hi,
To simplify our application configuration I would like camel's aws-sqs
component to accept an arn as well as the queue name is does currently.
Since the region and account number are also in the arn this would
also help avoid needing the listqueues permissions as the queue url
could be constructed similar to the current implementation when region
and account id are passed through.
The format I am thinking of would be something like
aws-sqs://arn:aws:sqs:eu-west-1:account_no:queue_name[?options], so
overloading the current queue name parameter. The implementation could
then assume a name starting with arn: is actually an arn, otherwise a
queue name as before. Would this seem like a reasonable potential
modification?
Thanks
Tristan