Skip to content

Commit bdbe542

Browse files
authored
Transport not mandatory
1 parent aae7523 commit bdbe542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

messenger.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ the messenger component, the following configuration should have been created:
160160
MESSENGER_DSN=amqp://guest:guest@localhost:5672/%2f/messages
161161
###< symfony/messenger ###
162162
163+
.. note::
164+
165+
Transport doesn't have to be set if you don't need asynchronous messaging.
166+
163167
This is enough to allow you to route your message to the ``amqp`` transport.
164168
This will also configure the following services for you:
165169

0 commit comments

Comments
 (0)