Skip to content

Commit f0942d2

Browse files
Reword
1 parent bdbe542 commit f0942d2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

messenger.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ Once you've created your handler, you need to register it:
100100
Transports
101101
----------
102102

103-
The communication with queuing systems or third parties is delegated to
104-
libraries for now. The built-in AMQP transport allows you to communicate with
105-
most of the AMQP brokers such as RabbitMQ.
103+
By default, messages are processed as soon as they are dispatched. If you prefer
104+
to process messages asynchronously, you must configure a transport. These
105+
transports communicate your application with queuing systems or third parties.
106+
The built-in AMQP transport allows you to communicate with most of the AMQP
107+
brokers such as RabbitMQ.
106108

107109
.. note::
108110

@@ -160,10 +162,6 @@ the messenger component, the following configuration should have been created:
160162
MESSENGER_DSN=amqp://guest:guest@localhost:5672/%2f/messages
161163
###< symfony/messenger ###
162164
163-
.. note::
164-
165-
Transport doesn't have to be set if you don't need asynchronous messaging.
166-
167165
This is enough to allow you to route your message to the ``amqp`` transport.
168166
This will also configure the following services for you:
169167

0 commit comments

Comments
 (0)