How does producer process data in a queue in AWS SQS

Viewed 19

I've a doubt, let's assume in consumer I've set the receive messages limit to 10 for queue, delay of 5 seconds and polling rate as 20 sec. I want to know how my consumer processes the data, whether it process the total 10 data at once and then picks up another 10 or it process one data and simultaneously picks one from the queue?

0 Answers
Related