Skip to content

Commit c35b335

Browse files
committed
minor #9901 [Messenger] Give credits to where the messenger component were inspired from (Nyholm)
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes #9901). Discussion ---------- [Messenger] Give credits to where the messenger component were inspired from Our initial implementation of the Messenger component is **greatly** inspired by the work of Matthias Noback. It is obvious for anyone that used SimpleBus and see the messenger component. I think it is a good idea to give some credit and to make sure that we all users know that we are inspired by SimpleBus. Currently we only reference Matthias [here](https://github.com/symfony/symfony/blob/4.1/src/Symfony/Component/Messenger/MessageBus.php#L19). I do understand that the component has diverged from SimpleBus and we (Symfony community) have added many great features the past few months. But I hope we could include some version of this PR. Commits ------- d2d67d0 Give credits to Matthias Noback
2 parents 62339e9 + d2d67d0 commit c35b335

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)