@@ -1176,27 +1176,27 @@ The ``SQS`` transport configuration looks like this:
1176
1176
The transport will automatically create queues that are needed. This
1177
1177
can be disabled setting the "auto_setup" option to ``false ``.
1178
1178
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
1180
1180
under the transport in ``messenger.yaml ``:
1181
1181
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
1189
1189
access_key AWS access key
1190
1190
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
1194
1194
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
1196
1196
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
1198
1198
automatically during send / get.
1199
- ================== ===================================== ======================
1199
+ ================== ====================================== ======================
1200
1200
1201
1201
.. note ::
1202
1202
@@ -1210,7 +1210,7 @@ auto_setup Whether the table should be created true
1210
1210
1211
1211
.. note ::
1212
1212
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 `_.
1214
1214
Use the stamp :class: `Symfony\\ Component\\ Messenger\\ Bridge\\ AmazonSqs\\ Transport\\ AmazonSqsFifoStamp `
1215
1215
to define the ``Message group ID `` and the ``Message deduplication ID ``.
1216
1216
0 commit comments