File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,22 @@ Service Package D
260260 The ``Bluesky ``, ``Unifonic `` and ``Smsbox `` integrations
261261 were introduced in Symfony 7.1.
262262
263+ .. caution ::
264+
265+ By default, if you have the :doc: `Messenger component </messenger >` installed,
266+ the notifications will be sent through the MessageBus. If you don't have a
267+ message consumer running, messages will never be sent.
268+
269+ To change this behavior, add the following configuration to send messages
270+ directly via the transport:
271+
272+ .. code-block :: yaml
273+
274+ # config/packages/notifier.yaml
275+ framework :
276+ notifier :
277+ message_bus : false
278+
263279 Chatters are configured using the ``chatter_transports `` setting:
264280
265281.. code-block :: bash
You can’t perform that action at this time.
0 commit comments