I'm using Spring Cloud to consume an AWS SQS. I would like to control the number of polls by setting up an interval between these requests, but I can't find any option to do this.
I'm thinking that using the long polling it's not necessary to control the poll interval. It is that true?
Thank you!