We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b03cdc commit ef2a803Copy full SHA for ef2a803
messenger.rst
@@ -839,6 +839,15 @@ this is configurable for each transport:
839
Symfony triggers a :class:`Symfony\\Component\\Messenger\\Event\\WorkerMessageRetriedEvent`
840
when a message is retried so you can run your own logic.
841
842
+.. note::
843
+
844
+ Thanks to :class:`Symfony\\Component\\Messenger\\Stamp\\SerializedMessageStamp` the serialized form of the message
845
+ is saved, which prevents to serialize it again if the message is retried.
846
847
+ .. versionadded:: 6.1
848
849
+ The ``SerializedMessageStamp`` class was introduced in Symfony 6.1.
850
851
Avoiding Retrying
852
~~~~~~~~~~~~~~~~~
853
0 commit comments