diff --git a/components/messenger.rst b/components/messenger.rst index 418e6efe72d..3b6a70d0e11 100644 --- a/components/messenger.rst +++ b/components/messenger.rst @@ -11,6 +11,12 @@ The Messenger Component The component is greatly inspired by Matthias Noback's series of `blog posts about command buses`_ and the `SimpleBus project`_. +.. seealso:: + + This article explains how to use the Messenger features as an independent + component in any PHP application. Read the :doc:`/messenger` article to + learn about how to use it in Symfony applications. + Installation ------------ @@ -195,6 +201,14 @@ It will wrap the received messages into ``ReceivedMessage`` objects and the ``SendMessageMiddleware`` middleware will know it should not route these messages again to a transport. +Learn More +---------- + +.. toctree:: + :maxdepth: 1 + :glob: + + /messenger/* .. _blog posts about command buses: https://matthiasnoback.nl/tags/command%20bus/ .. _SimpleBus project: http://simplebus.io