AWS SQS FIFO queue driver #45818
Unanswered
techieforfun
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
So far Laravel SQS Queue driver only supports Standard type of AWS SQS which works based on best effort delivery rule therefore messages may not be delivered in order, and FIFO type of SQS is not supported because of different structure on push method. So I was working on a package to support this, but thought maybe I could make PRs on Laravel Framework and Doc. Should I consider anything first?
Beta Was this translation helpful? Give feedback.
All reactions