27.5k views
3 votes
When designing an Amazon SQS message-processing solution, messages in the queue must be processed before the maximum retention time has elapsed. Which actions will meet this requirement?

User Jansohn
by
5.9k points

1 Answer

0 votes
  1. Use Amazon EBS-optimized Amazon EC2 instances to process the messages.
  2. Increase the SQS queue attribute for the message retention period.

Step-by-step explanation:

The Amazon Easy Queue Service was launched by Amazon.com in late 2004 and is a centralized message queueing up service. It supports programmatic message transmission through web services as a means of communication via the Internet.

Instantly, Amazon SQS removes messages in line for a longer period of retention of messages.

The automatic processing period for the response is 4 days. Furthermore, the maintenance period of the message can be determined by the Set Queue Attributes actions to reach between 60 and 1.209.600 seconds (14 days).

User Ed Willink
by
5.0k points