diff --git a/components/messenger.rst b/components/messenger.rst index bbe6a55c135..160c63d24db 100644 --- a/components/messenger.rst +++ b/components/messenger.rst @@ -139,6 +139,11 @@ through the transport layer, use the ``SerializerStamp`` stamp:: ])) ); +.. note:: + + As the groups are applied to the whole message, + be sure to define the group for every embedded object. + At the moment, the Symfony Messenger has the following built-in envelope stamps: #. :class:`Symfony\\Component\\Messenger\\Stamp\\SerializerStamp`,