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 2091a26 commit d28cfd3Copy full SHA for d28cfd3
components/messenger.rst
@@ -79,6 +79,11 @@ are configured for you:
79
#. :class:`Symfony\\Component\\Messenger\\Middleware\\SendMessageMiddleware` (enables asynchronous processing)
80
#. :class:`Symfony\\Component\\Messenger\\Middleware\\HandleMessageMiddleware` (calls the registered handler(s))
81
82
+.. deprecated:: 4.3
83
+
84
+ The ``LoggingMiddleware`` is deprecated since Symfony 4.3 and will be
85
+ removed in 5.0. Pass a logger to ``SendMessageMiddleware`` instead.
86
87
Example::
88
89
use App\Message\MyMessage;
0 commit comments