Skip to content

Commit e36b44b

Browse files
committed
minor #18891 [Messenger] Merge several short articles into the main Messenger article (javiereguiluz)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [Messenger] Merge several short articles into the main Messenger article Fixes #18708. Commits ------- 847f4bf [Messenger] Merge several short articles into the main Messenger article
2 parents aa63bd8 + 847f4bf commit e36b44b

File tree

6 files changed

+515
-512
lines changed

6 files changed

+515
-512
lines changed

_build/redirection_map

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,3 +562,6 @@
562562
/frontend/assetic/index /frontend
563563
/controller/argument_value_resolver /controller/value_resolver
564564
/frontend/ux https://symfony.com/bundles/StimulusBundle/current/index.html
565+
/messenger/handler_results /messenger#messenger-getting-handler-results
566+
/messenger/dispatch_after_current_bus /messenger#messenger-transactional-messages
567+
/messenger/multiple_buses /messenger#messenger-multiple-buses

components/messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
146146
to delay handling of an asynchronous message.
147147
#. :class:`Symfony\\Component\\Messenger\\Stamp\\DispatchAfterCurrentBusStamp`,
148148
to make the message be handled after the current bus has executed. Read more
149-
at :doc:`/messenger/dispatch_after_current_bus`.
149+
at :ref:`messenger-transactional-messages`.
150150
#. :class:`Symfony\\Component\\Messenger\\Stamp\\HandledStamp`,
151151
a stamp that marks the message as handled by a specific handler.
152152
Allows accessing the handler returned value and the handler name.

0 commit comments

Comments
 (0)