File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ transports communicate with your application via queuing systems or third partie
138
138
139
139
There are the following built-in transports:
140
140
141
- - AMQP
142
- - Doctrine
143
- - Redis
141
+ - ` AMQP `_
142
+ - Doctrine
143
+ - ` Redis `_
144
144
145
145
.. note ::
146
146
@@ -199,7 +199,7 @@ This will also configure the following services for you:
199
199
Now define the ``MESSENGER_TRANSPORT_DSN `` in the ``.env `` file.
200
200
See examples beneath how to configure the DSN for different transports.
201
201
202
- Amqp
202
+ AMQP
203
203
~~~~
204
204
205
205
.. code-block :: bash
@@ -221,6 +221,10 @@ This is enough to allow you to route your message to the ``amqp`` transport.
221
221
Redis
222
222
~~~~~
223
223
224
+ .. versionadded :: 4.3
225
+
226
+ The Redis transport was introduced in Symfony 4.3.
227
+
224
228
The Redis transport will use `streams `_ to queue messages.
225
229
226
230
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments