A user has created a queue named `myqueue` with SQS. There are four messages published to queue which are not received by the consumer yet. If the user tries to delete the queue, what will happen?
A.
A user can never delete a queue manually. AWS deletes it after 30 days of inactivity on queue
B.
It will delete the queue
C.
It will initiate the delete but wait for four days before deleting until all messages are deleted automatically.
Suggested Answer:B🗳️
SQS allows the user to move data between distributed components of applications so they can perform different tasks without losing messages or requiring each component to be always available. The user can delete a queue at any time, whether it is empty or not. It is important to note that queues retain messages for a set period of time. By default, a queue retains messages for four days.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
awscertified
Highly Voted 2 years, 7 months agoalbert_kuo
Most Recent 11 months, 3 weeks agoalbert_kuo
8 months agoalbert_kuo
11 months, 3 weeks agoHetul
2 years, 7 months ago