Skip to content

[Messenger] Added a learn more section #10018

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions components/messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down Expand Up @@ -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