Skip to content

Commit d3cd8a9

Browse files
committed
minor #10018 [Messenger] Added a learn more section (Nyholm, javiereguiluz)
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes #10018). Discussion ---------- [Messenger] Added a learn more section There should be a link from the [component page](https://symfony.com/doc/current/components/messenger.html) to the [How to use Messenger page](https://symfony.com/doc/current/messenger.html) Commits ------- 7faacfb Added a note about using the component in Symfony apps 07c3b43 Added a learn more section
2 parents a04c883 + 7faacfb commit d3cd8a9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

components/messenger.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ The Messenger Component
1111
The component is greatly inspired by Matthias Noback's series of `blog posts
1212
about command buses`_ and the `SimpleBus project`_.
1313

14+
.. seealso::
15+
16+
This article explains how to use the Messenger features as an independent
17+
component in any PHP application. Read the :doc:`/messenger` article to
18+
learn about how to use it in Symfony applications.
19+
1420
Installation
1521
------------
1622

@@ -195,6 +201,14 @@ It will wrap the received messages into ``ReceivedMessage`` objects and the
195201
``SendMessageMiddleware`` middleware will know it should not route these
196202
messages again to a transport.
197203

204+
Learn More
205+
----------
206+
207+
.. toctree::
208+
:maxdepth: 1
209+
:glob:
210+
211+
/messenger/*
198212

199213
.. _blog posts about command buses: https://matthiasnoback.nl/tags/command%20bus/
200214
.. _SimpleBus project: http://simplebus.io

0 commit comments

Comments
 (0)