Skip to content

Commit d2d67d0

Browse files
Nyholmjaviereguiluz
authored andcommitted
Give credits to Matthias Noback
1 parent 62339e9 commit d2d67d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/messenger.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The Messenger Component
88
The Messenger component helps applications send and receive messages to/from
99
other applications or via message queues.
1010

11+
The component is greatly inspired by Matthias Noback's series of `blog posts
12+
about command buses`_ and the `SimpleBus project`_.
13+
1114
Installation
1215
------------
1316

@@ -191,3 +194,7 @@ loop, the message bus is equipped with the ``WrapIntoReceivedMessage`` middlewar
191194
It will wrap the received messages into ``ReceivedMessage`` objects and the
192195
``SendMessageMiddleware`` middleware will know it should not route these
193196
messages again to a transport.
197+
198+
199+
.. _blog posts about command buses: https://matthiasnoback.nl/tags/command%20bus/
200+
.. _SimpleBus project: http://simplebus.io

0 commit comments

Comments
 (0)