Skip to content

Commit d4b9f1f

Browse files
committed
syntax
1 parent 861119b commit d4b9f1f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

messenger.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,27 +1293,27 @@ The ``SQS`` transport configuration looks like this:
12931293
The transport will automatically create queues that are needed. This
12941294
can be disabled setting the "auto_setup" option to ``false``.
12951295

1296-
A number of options can be configured via the DSN or via the ``options`` key
1296+
A numbeXr of options can be configured via the DSN or via the ``options`` key
12971297
under the transport in ``messenger.yaml``:
12981298

1299-
================== ===================================== ======================
1300-
Option Description Default
1301-
================== ===================================== ======================
1302-
endpoint Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
1303-
region Name of the AWS region eu-west-1
1304-
queue_name Name of the queue messages
1305-
account Identifier of the AWS account The owner of the credentials
1299+
================== ====================================== ======================
1300+
Option Description Default
1301+
================== ====================================== ======================
1302+
endpoint Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
1303+
region Name of the AWS region eu-west-1
1304+
queue_name Name of the queue messages
1305+
account Identifier of the AWS account The owner of the credentials
13061306
access_key AWS access key
13071307
secret_key AWS secret key
1308-
buffer_size Number of messages to prefetch 9
1309-
wait_time `Long polling`_ duration in seconds 20
1310-
poll_timeout Wait for new message duration in 0.1
1308+
buffer_size Number of messages to prefetch 9
1309+
wait_time `Long polling`_ duration in seconds 20
1310+
poll_timeout Wait for new message duration in 0.1
13111311
seconds
1312-
visibility_timeout Amount of seconds the message will Queue's configuration
1312+
visibility_timeout Amount of seconds the message will Queue's configuration
13131313
not be visible (`Visibility Timeout`_)
1314-
auto_setup Whether the table should be created true
1314+
auto_setup Whether the table should be created true
13151315
automatically during send / get.
1316-
================== ===================================== ======================
1316+
================== ====================================== ======================
13171317

13181318
.. note::
13191319

@@ -1327,7 +1327,7 @@ auto_setup Whether the table should be created true
13271327

13281328
.. note::
13291329

1330-
If the queue name is suffixed by ``.fifo``, AWS will creates a `FIFO queue`_
1330+
If the queue name is suffixed by ``.fifo``, AWS will creates a `FIFO queue`_.
13311331
Use the stamp :class:`Symfony\\Component\\Messenger\\Bridge\\AmazonSqs\\Transport\\AmazonSqsFifoStamp`
13321332
to define the ``Message group ID`` and the ``Message deduplication ID``.
13331333

0 commit comments

Comments
 (0)