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 @@ -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
You can’t perform that action at this time.
0 commit comments