Open ltassone opened 5 years ago
The function to search a queue by name is built on top of listQueues() (documentation) that returns only the first 1000 queue in alphabetical order. If you have more than 1000 queues, it won't find the queue.
listQueues()
I have created a pull requested to fix this issue.
@ltassoneVisua which one? https://github.com/seratch/AWScala/pulls?q=is%3Apr+author%3AltassoneVisua+
The function to search a queue by name is built on top of
listQueues()
(documentation) that returns only the first 1000 queue in alphabetical order. If you have more than 1000 queues, it won't find the queue.