Ask Question
13 October, 07:06

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. 13 October, 07:23
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers