Loading...

Loading...

【所有题目】10. 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?



<< >>
Loading...

正确答案: A

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.,Reference:,http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/SQSConcepts.html

soa_10

False

A

1

invalid_random_id

0

10