Question 162:
You are working on a decoupled application that uses Amazon SQS for storing messages before being processed by another application deployed on the Amazon EC2 instance. You are observing a surge in the number of messages being processed by this application, most of which are duplicate messages. What change needs to be done if your application takes approximately 45 secs to process each message?
Answer options:
A.Configure Amazon SQS Visibility timeout to 43200 seconds. B.Configure Amazon SQS Visibility timeout to 0 seconds. C.Configure Amazon SQS Visibility timeout to 60 seconds. D.Configure Amazon SQS Visibility timeout to default to 30 seconds.