@@ -999,7 +999,7 @@ the exchange, queues binding keys and more. See the documentation on
999
999
The transport has a number of options:
1000
1000
1001
1001
============================================ ================================================= ===================================
1002
- Option Description Default
1002
+ Option Description Default
1003
1003
============================================ ================================================= ===================================
1004
1004
``auto_setup `` Whether the table should be created ``true ``
1005
1005
automatically during send / get.
@@ -1126,7 +1126,7 @@ Or, to create the table yourself, set the ``auto_setup`` option to ``false`` and
1126
1126
The transport has a number of options:
1127
1127
1128
1128
================== ===================================== ======================
1129
- Option Description Default
1129
+ Option Description Default
1130
1130
================== ===================================== ======================
1131
1131
table_name Name of the table messenger_messages
1132
1132
queue_name Name of the queue (a column in the default
@@ -1192,7 +1192,7 @@ The Beanstalkd transport DSN may looks like this:
1192
1192
The transport has a number of options:
1193
1193
1194
1194
================== =================================== ======================
1195
- Option Description Default
1195
+ Option Description Default
1196
1196
================== =================================== ======================
1197
1197
tube_name Name of the queue default
1198
1198
timeout Message reservation timeout 0 (will cause the
@@ -1240,7 +1240,7 @@ A number of options can be configured via the DSN or via the ``options`` key
1240
1240
under the transport in ``messenger.yaml ``:
1241
1241
1242
1242
=================== ===================================== =================================
1243
- Option Description Default
1243
+ Option Description Default
1244
1244
=================== ===================================== =================================
1245
1245
stream The Redis stream name messages
1246
1246
group The Redis consumer group name symfony
@@ -1421,7 +1421,7 @@ The SQS transport DSN may looks like this:
1421
1421
The transport has a number of options:
1422
1422
1423
1423
====================== ====================================== ===================================
1424
- Option Description Default
1424
+ Option Description Default
1425
1425
====================== ====================================== ===================================
1426
1426
``access_key `` AWS access key must be urlencoded
1427
1427
``account `` Identifier of the AWS account The owner of the credentials
0 commit comments