What should a solutions architect do to resolve this issue?

Posted by: Pdfprep Category: SAA-C02 Tags: , ,

A company is Re-architecting a strongly coupled application to be loosely coupled Previously the application used a request/response pattern to communicate between tiers. The company plans to use Amazon Simple Queue Service (Amazon SQS) to achieve decoupling requirements. The initial design contains one queue for requests and one for responses However, this approach is not processing all the messages as the application scales.

What should a solutions architect do to resolve this issue?
A . Configure a dead-letter queue on the ReceiveMessage API action of the SQS queue.
B . Configure a FIFO queue, and use the message deduplication ID and message group I
D . Create a temporary queue, with the Temporary Queue Client to receive each response message.
E . Create a queue for each request and response on startup for each producer, and use a correlation ID message attribute.

Answer: A

Leave a Reply

Your email address will not be published.