Skip to content
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