Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Messenger][AmazonSQS] AddAddFifoStamp middleware#19055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
messenger.rst Outdated
| If the queue name is suffixed by ``.fifo``, AWS will create a `FIFO queue`_. | ||
| Use the stamp:class:`Symfony\\Component\\Messenger\\Bridge\\AmazonSqs\\Transport\\AmazonSqsFifoStamp` | ||
| to define the ``Message group ID`` and the ``Message deduplication ID``. | ||
| You can also enable the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
- This is only useful when using AWS
- We should explain more what it does internally, when using it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This bit has been added to the SQS part, so I guess your first point is resolved 🙂
I also reworded to be more precise on what this middleware does internally. I missed the two new interfaces. Thanks!
48c13ea to08344a4CompareAddFifoStamp middlewareOskarStark commentedOct 20, 2023
Thank you Alexandre. |
tyx commentedOct 20, 2023
Thank you ! |
Fix#19050