File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -273,19 +273,19 @@ Service Package D
273273
274274.. caution ::
275275
276- If you have the messenger component installed, the default component
277- configuration implies sending notifications through the MessageBus.
278- If you don't have a message consumer running, messages will never be sent.
279- To send messages directly via the transport, add the following line to the configuration.
276+ By default, if you have the :doc: `Messenger component </messenger >` installed,
277+ the notifications will be sent through the MessageBus. If you don't have a
278+ message consumer running, messages will never be sent.
280279
281- .. configuration-block ::
280+ To change this behavior, add the following configuration to send messages
281+ directly via the transport:
282282
283- .. code-block :: yaml
283+ .. code-block :: yaml
284284
285- # config/packages/notifier.yaml
286- framework :
287- notifier :
288- message_bus : false
285+ # config/packages/notifier.yaml
286+ framework :
287+ notifier :
288+ message_bus : false
289289
290290 Chatters are configured using the ``chatter_transports `` setting:
291291
You can’t perform that action at this time.
0 commit comments