Skip to content

Commit ba3f9f1

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Minor reword Note about message bus
2 parents c30e19d + ca6b0c1 commit ba3f9f1

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
@@ -241,6 +241,22 @@ Service Package D
241241
`Zulip`_ ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel=CHANNEL``
242242
====================================== ==================================== =============================================================================
243243

244+
.. caution::
245+
246+
By default, if you have the :doc:`Messenger component </messenger>` installed,
247+
the notifications will be sent through the MessageBus. If you don't have a
248+
message consumer running, messages will never be sent.
249+
250+
To change this behavior, add the following configuration to send messages
251+
directly via the transport:
252+
253+
.. code-block:: yaml
254+
255+
# config/packages/notifier.yaml
256+
framework:
257+
notifier:
258+
message_bus: false
259+
244260
Chatters are configured using the ``chatter_transports`` setting:
245261

246262
.. code-block:: bash

0 commit comments

Comments
 (0)