Ask Question

You have been asked to decouple an application by utilizing SQS. The application dictates that messages on the queue can be delivered more than once, but must be delivered in the order that they have arrived, and also must allow for efficient, repeated polling of the queue. Which of the following options are most suitable? a. Configure a standard SQS queue and use long polling

b. Configure a FIFO SQS queue and enable long polling

c. Configure a FIFO SQS queue and enable short polling

d. Configure a standard SQS queue and use default polling

+5
Answers (1)
  1. 3 June, 19:19
    0
    Option B is the correct option.

    Explanation:

    When using SQS the user request to separate a query. The specification specifies that updates on the list may have been transmitted multiple times, but it must be transmitted throughout the sequence in which they appeared, and therefore should require secure, repetitive queue polling.

    So, They configure a First In First Out SQS queue and allow long-polling which is suitable for AWS services.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “You have been asked to decouple an application by utilizing SQS. The application dictates that messages on the queue can be delivered more ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers