Skip to content

[Messenger][AmazonSQS] Add AddFifoStamp 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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

alexandre-daubois
Copy link
Member

Fix #19050

messenger.rst Outdated
@@ -1810,6 +1810,17 @@ The transport has a number of options:
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. This is only useful when using AWS
  2. We should explain more what it does internally, when using it

Copy link
Member Author

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!

@OskarStark OskarStark changed the title [Messenger] Add AddFifoStamp middleware for SQS [Messenger][AmazonSQS] Add AddFifoStamp middleware Oct 20, 2023
@OskarStark
Copy link
Contributor

Thank you Alexandre.

@OskarStark OskarStark merged commit c931bb0 into symfony:6.4 Oct 20, 2023
@alexandre-daubois alexandre-daubois deleted the aws-fifo-stamp branch October 20, 2023 10:23
@tyx
Copy link
Contributor

tyx commented Oct 20, 2023

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Messenger] [Sqs] Add AddFifoStamp middleware
4 participants