Question 170:
You have a legacy application which process message from SQS Queue. The application uses a single thread to poll multiple queues. Which of the following polling timeout will be the best option to avoid latency in processing messages?
Answer options:
A.Use Short Polling with default visibility timeout values. B.Use Long Polling with higher visibility timeout values. C.Use Long Polling with lower visibility timeout values. D.Use Short Polling with higher visibility timeout values.