File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1317,17 +1317,17 @@ auto_setup Whether the table should be created true
1317
1317
1318
1318
.. note ::
1319
1319
1320
- The ``wait_time `` parameter define the maximum duration Amazon SQS should
1320
+ The ``wait_time `` parameter defines the maximum duration Amazon SQS should
1321
1321
wait until a message is available in a queue before sending a response.
1322
1322
It helps reducing the cost of using Amazon SQS by eliminating the number
1323
1323
of empty responses.
1324
1324
1325
- The ``poll_timeout `` parameter define the duration the receiver should wait
1325
+ The ``poll_timeout `` parameter defines the duration the receiver should wait
1326
1326
before returning null. It avoids blocking other receivers from being called.
1327
1327
1328
1328
.. note ::
1329
1329
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 create a `FIFO queue `_.
1331
1331
Use the stamp :class: `Symfony\\ Component\\ Messenger\\ Bridge\\ AmazonSqs\\ Transport\\ AmazonSqsFifoStamp `
1332
1332
to define the ``Message group ID `` and the ``Message deduplication ID ``.
1333
1333
You can’t perform that action at this time.
0 commit comments