Skip to content

Commit 8b38882

Browse files
committed
minor #10092 [Messenger] Transport not mandatory (kunicmarko20, javiereguiluz)
This PR was merged into the 4.1 branch. Discussion ---------- [Messenger] Transport not mandatory After reading the documentation a few days ago I thought that async is the only way this library works, after seeing the discussion today in #general on slack, @sroze explained it. Hopefully, this will help others if they find themselves in the same problem. Commits ------- 47e275b Reword f0942d2 Reword bdbe542 Transport not mandatory
2 parents aae7523 + 47e275b commit 8b38882

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

messenger.rst

Lines changed: 5 additions & 3 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 with your application via 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

0 commit comments

Comments
 (0)