@@ -999,7 +999,7 @@ the exchange, queues binding keys and more. See the documentation on
999999The transport has a number of options:
10001000
10011001============================================ ================================================= ===================================
1002- Option Description Default
1002+ Option Description Default
10031003============================================ ================================================= ===================================
10041004``auto_setup `` Whether the table should be created ``true ``
10051005 automatically during send / get.
@@ -1126,7 +1126,7 @@ Or, to create the table yourself, set the ``auto_setup`` option to ``false`` and
11261126The transport has a number of options:
11271127
11281128================== ===================================== ======================
1129- Option Description Default
1129+ Option Description Default
11301130================== ===================================== ======================
11311131table_name Name of the table messenger_messages
11321132queue_name Name of the queue (a column in the default
@@ -1192,7 +1192,7 @@ The Beanstalkd transport DSN may looks like this:
11921192 The transport has a number of options:
11931193
11941194================== =================================== ======================
1195- Option Description Default
1195+ Option Description Default
11961196================== =================================== ======================
11971197tube_name Name of the queue default
11981198timeout 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
12401240under the transport in ``messenger.yaml ``:
12411241
12421242=================== ===================================== =================================
1243- Option Description Default
1243+ Option Description Default
12441244=================== ===================================== =================================
12451245stream The Redis stream name messages
12461246group The Redis consumer group name symfony
@@ -1421,7 +1421,7 @@ The SQS transport DSN may looks like this:
14211421The transport has a number of options:
14221422
14231423====================== ====================================== ===================================
1424- Option Description Default
1424+ Option Description Default
14251425====================== ====================================== ===================================
14261426``access_key `` AWS access key must be urlencoded
14271427``account `` Identifier of the AWS account The owner of the credentials
0 commit comments