Skip to content

Commit a5d999d

Browse files
authored
Note about message bus
1 parent 618d70b commit a5d999d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

notifier.rst

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

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

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

288303
.. code-block:: bash

0 commit comments

Comments
 (0)