Which of the following statements about SQS is true?

Which of the following statements about SQS is true?

Which of the following statements about SQS is true?

A.
Messages will be delivered one or more times and messages will be delivered in First in,
First out order

B.
Messages will be delivered exactly once and message delivery order is indeterminate

C.
Messages will be delivered exactly once and messages will be delivered in First in, First
out order

D.
Messages will be delivered one or more times and message delivery order is

indeterminate



Leave a Reply 15

Your email address will not be published. Required fields are marked *


seenagape

seenagape

I agree with the answer. D

SRIGOVIND GUTALA

SRIGOVIND GUTALA

SQS doesn’t follow first in first out sequence but all the messages are delivered

SRIGOVIND GUTALA

SRIGOVIND GUTALA

D

Duck Bro

Duck Bro

D

At-Least-Once Delivery: A message is delivered at least once, but occasionally more than one copy or a message is delivered.
Best-Effort Ordering: Occasionally, messages are delivered in an order different from which they were sent.

Simon Liang

Simon Liang

D.

SQS Messages can be delivered multiple times and in any order.

BDA

BDA

D, because a Standard SQS Queue will deliver messages one, or more times, in an indeterminate order.

FIFO queues deliver messages exactly once, in order.

Abdul

Abdul

I’ve heard FIFO is announced in the recent re:invent.

BTW….I think D is the correct answer.

JOSE PAULINO

JOSE PAULINO

A
Q: Does Amazon SQS provide message ordering?
Yes. FIFO (first-in-first-out) queues preserve the exact order in which messages are sent and received.