8000 [Messenger] Added SQS Messenger docs by Nyholm · Pull Request #14391 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Messenger] Added SQS Messenger docs #14391

New issue 8000

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 14 commits into from
Oct 13, 2020
Prev Previous commit
Next Next commit
cs
  • Loading branch information
Nyholm authored and wouterj committed Oct 13, 2020
commit 689df8cf1142d0c00ffc5e8fdd5acb82e7fe3d37
2 changes: 1 addition & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ auto_setup Whether the table should be created true
.. note::

If the queue name is suffixed by ``.fifo``, AWS will creates a `FIFO queue`_
Use the stamp :class:`Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsFifoStamp`
Use the stamp :class:`Symfony\\Component\\Messenger\\Bridge\\AmazonSqs\\Transport\\AmazonSqsFifoStamp`
to define the ``Message group ID`` and the ``Message deduplication ID``.

FIFO queues don't support setting a delay per message, a value of ``delay: 0``
Expand Down
0