Question 420:
A web application uses a single thread to poll multiple queues of Amazon SQS using long-polling having a wait time set as 15 seconds. This is causing a delay in the processing of messages in a queue. Which of the following best practices can be used to enhance message processing performance without any cost impact?
Answer options:
A.Shorten long-poll wait time. B.Use a single thread to process a single queue using long polling. C.Use short polling instead of long polling. D.Use a single thread to process a single queue using short polling.