What should the solutions architect do to meet these requirements?
A solutions architect is redesigning a monolithic application to be a loosely coupled application composed of two microservices: Microservice A and MicroserviceB.Microservice A places messages in a main Amazon Simple Queue Service (Amazon SQS) queue for Microservice B to consume.When Microservice B fails to process a message after four retries, the message needs to be removed from the queue and stored for further investigation.What should the solutions architect do to meet these requirements?Read More →