8000 syntax · symfony/symfony-docs@d2fdd03 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2fdd03

Browse files
Nyholmwouterj
authored andcommitted
syntax
1 parent 689df8c commit d2fdd03

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
@@ -1176,27 +1176,27 @@ The ``SQS`` transport configuration looks like this:
11761176
The transport will automatically create queues that are needed. This
11771177
can be disabled setting the "auto_setup" option to ``false``.
11781178

1179-
A number of options can be configured via the DSN or via the ``options`` key
1179+
A numbeXr of options can be configured via the DSN or via the ``options`` key
11801180
under the transport in ``messenger.yaml``:
11811181

1182-
================== ===================================== ======================
1183-
Option Description Default
1184-
================== ===================================== ======================
1185-
endpoint Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
1186-
region Name of the AWS region eu-west-1
1187-
queue_name Name of the queue messages
1188-
account Identifier of the AWS account The owner of the credentials
1182+
================== ====================================== ======================
1183+
Option Description Default
1184+
================== ====================================== ======================
1185+
endpoint Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
1186+
region Name of the AWS region eu-west-1
1187+
queue_name Name of the queue messages
1188+
account Identifier of the AWS account The owner of the credentials
11891189
access_key AWS access key
11901190
secret_key AWS secret key
1191-
buffer_size Number of messages to prefetch 9
1192-
wait_time `Long polling`_ duration in seconds 20
1193-
poll_timeout Wait for new message duration in 0.1
1191+
buffer_size Number of messages to prefetch 9
1192+
wait_time `Long polling`_ duration in seconds 20
1193+
poll_timeout Wait for new message duration in 0.1
11941194
seconds
1195-
visibility_timeout Amount of seconds the message will Queue's configuration
1195+
visibility_timeout Amount of seconds the message will Queue's configuration
11961196
not be visible (`Visibility Timeout`_)
1197-
auto_setup Whether the table should be created true
1197+
auto_setup Whether the table should be created true
11981198
automatically during send / get.
1199-
================== ===================================== ======================
1199+
================== ====================================== ======================
12001200

12011201
.. note::
12021202

@@ -1210,7 +1210,7 @@ auto_setup Whether the table should be created true
12101210

12111211
.. note::
12121212

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

0 commit comments

Comments
 (0)
0