1 Answer
- Newest
- Most votes
- Most comments
2
No. SQS does not have any form of priority queues. If you need that, create several queues, each with a different priority and consume them in the right order.
Relevant content
- asked 3 months ago
- Accepted Answerasked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 years ago
Hi Uri, Thank you for the response. Awesome. It is clear to me now.