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 @@ -1200,17 +1200,17 @@ auto_setup Whether the table should be created true
1200
1200
1201
1201
.. note ::
1202
1202
1203
- The ``wait_time `` parameter define the maximum duration Amazon SQS should
1203
+ The ``wait_time `` parameter defines the maximum duration Amazon SQS should
1204
1204
wait until a message is available in a queue before sending a response.
1205
1205
It helps reducing the cost of using Amazon SQS by eliminating the number
1206
1206
of empty responses.
1207
1207
1208
- The ``poll_timeout `` parameter define the duration the receiver should wait
1208
+ The ``poll_timeout `` parameter defines the duration the receiver should wait
1209
1209
before returning null. It avoids blocking other receivers from being called.
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 create 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
You can’t perform that action at this time.
0 commit comments