[
https://issues.apache.org/jira/browse/CAMEL-15777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Cosentino resolved CAMEL-15777.
--------------------------------------
Resolution: Information Provided
> camel-aws - Allow dynamically built routes for accounts with more than 1k
> queues
> --------------------------------------------------------------------------------
>
> Key: CAMEL-15777
> URL: https://issues.apache.org/jira/browse/CAMEL-15777
> Project: Camel
> Issue Type: Improvement
> Components: camel-aws-sqs
> Reporter: David Alvarez
> Assignee: Andrea Cosentino
> Priority: Major
> Fix For: 3.x
>
>
> [https://github.com/apache/camel/blob/master/components/camel-aws-sqs/src/main/java/org/apache/camel/component/aws/sqs/SqsEndpoint.java#L161]
> AWS AmazonSQS client has a method called {{listQueues()}} which only returns
> the first 1000 queues (alphabetically sorted). If the AWS account has more
> than 1k queues, camel would not find the queue/route. AmazonSQS allows
> pagination in order to get the full list of queues.
> [https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueues.html]
> I think it would be useful to implement the pagination for dynamically built
> routes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)