Skip to content

Commit ca6b0c1

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Note about message bus
2 parents bde4e64 + b003eaf commit ca6b0c1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

notifier.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,22 @@ Service Package D
283283

284284
The LINE Notify, Mastodon and Twitter integrations were introduced in Symfony 6.3.
285285

286+
.. caution::
287+
288+
By default, if you have the :doc:`Messenger component </messenger>` installed,
289+
the notifications will be sent through the MessageBus. If you don't have a
290+
message consumer running, messages will never be sent.
291+
292+
To change this behavior, add the following configuration to send messages
293+
directly via the transport:
294+
295+
.. code-block:: yaml
296+
297+
# config/packages/notifier.yaml
298+
framework:
299+
notifier:
300+
message_bus: false
301+
286302
Chatters are configured using the ``chatter_transports`` setting:
287303

288304
.. code-block:: bash

0 commit comments

Comments
 (0)