Skip to content
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