kkurni
kkurni

Reputation: 1371

which priority order SQS message placed after visibility timeout?

which priority order SQS message placed after visibility timeout?

if my SQS message visibility timeout after 2 minutes, in which order that this SQS message will get received again after 2 minutes ?

is that placed in random / first priority / last priority ?

Upvotes: 5

Views: 993

Answers (1)

E.J. Brennan
E.J. Brennan

Reputation: 46879

Its random - unless you are using the new FIFO queues, you can't control or predict the order of the messages you will receive on each call to get a new batch.

Upvotes: 1

Related Questions