Open
Description
Type: Question
Component:
SQS IAM documentation
Describe the bug
According to the documentation To use SqsListener with Sqs name instead of ARN you will need sqs:GetQueueUrl
But I also had to grant this permission to be able to use @SqsListener("arn") or SQSTemplate.receiveMany("arn", Some.class).
Is the documentation incorrect and should be
To use the queue by its name or ARN instead of the URL you will need: sqs:GetQueueUrl
instead?