Your application sends messages to an Amazon Simple Queue Service (SQS) queue frequently, which are then polled by another application that specifies which message to retrieve. Which of the following options describe the maximum number of messages that can be retrieved at one time?
Correct answer - "10" : SQS Consumer retrieves one or more messages (up to 10), from the specified queue.
"5"
"20"
"100"
For more information visit