From a8b2174fdd6d577ae27093bc6b8fe0d36b4a2734 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Fri, 8 Jun 2018 13:58:16 +0200 Subject: [PATCH] Give credits to Matthias Noback --- components/messenger.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/messenger.rst b/components/messenger.rst index bbd6ecff7d3..760ae03f4b2 100644 --- a/components/messenger.rst +++ b/components/messenger.rst @@ -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 ------------ @@ -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