We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a140d7 commit 732b1d3Copy full SHA for 732b1d3
messenger.rst
@@ -1297,6 +1297,10 @@ for each bus looks like this:
1297
These middleware names are actually shortcuts names. The real service ids
1298
are prefixed with ``messenger.middleware.``.
1299
1300
+The middleware are executed when the message is dispatched but *also* again when
1301
+a message is received via the worker (for messages that were sent to a transport
1302
+to be handled asynchronously). Keep this in mind if you create your own middleware.
1303
+
1304
You can add your own middleware to this list, or completely disable the default
1305
middleware and *only* include your own:
1306
0 commit comments