Skip to content

[Messenger] Give credits to where the messenger component were inspired from #9901

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 1 commit 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
7 changes: 7 additions & 0 deletions components/messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The Messenger Component
The Messenger component helps applications send and receive messages to/from
other applications or via message queues.

The component is greatly inspired by Matthias Noback's series of `blog posts
about command buses`_ and the `SimpleBus project`_.

Installation
------------

Expand Down Expand Up @@ -191,3 +194,7 @@ loop, the message bus is equipped with the ``WrapIntoReceivedMessage`` middlewar
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.


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