Regarding Amazon SQS, what happens if there is no activity against a queue for more than 30 consecutive days?
A.
Your account will be suspended
B.
The queue may be deleted
C.
Nothing
D.
The queue will be deleted
Explanation:
AWS reserve the right to delete a queue if none of the following requests have been issued against the queue for more
than 30 consecutive days:
SendMessage
ReceiveMessage
DeleteMessage
GetQueueAttributes
SetQueueAttributes
You should design your application with this in mind.
https://aws.amazon.com/sqs/faqs/
Maybe it is an old behavior. SQS FAQ doesn’t mention it anymore.
B