File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ The Messenger Component
11
11
The component is greatly inspired by Matthias Noback's series of `blog posts
12
12
about command buses `_ and the `SimpleBus project `_.
13
13
14
+ .. seealso ::
15
+
16
+ This article explains how to use the Messenger features as an independent
17
+ component in any PHP application. Read the :doc: `/messenger ` article to
18
+ learn about how to use it in Symfony applications.
19
+
14
20
Installation
15
21
------------
16
22
@@ -195,6 +201,14 @@ It will wrap the received messages into ``ReceivedMessage`` objects and the
195
201
``SendMessageMiddleware `` middleware will know it should not route these
196
202
messages again to a transport.
197
203
204
+ Learn More
205
+ ----------
206
+
207
+ .. toctree ::
208
+ :maxdepth: 1
209
+ :glob:
210
+
211
+ /messenger/*
198
212
199
213
.. _blog posts about command buses : https://matthiasnoback.nl/tags/command%20bus/
200
214
.. _SimpleBus project : http://simplebus.io
You can’t perform that action at this time.
0 commit comments