@@ -1299,20 +1299,20 @@ under the transport in ``messenger.yaml``:
1299
1299
================== ====================================== ======================
1300
1300
Option Description Default
1301
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
1306
1302
access_key AWS access key
1307
- secret_key AWS secret key
1303
+ account Identifier of the AWS account The owner of the credentials
1304
+ auto_setup Whether the table should be created true
1305
+ automatically during send / get.
1308
1306
buffer_size Number of messages to prefetch 9
1309
- wait_time ` Long polling `_ duration in seconds 20
1307
+ endpoint Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
1310
1308
poll_timeout Wait for new message duration in 0.1
1311
1309
seconds
1310
+ queue_name Name of the queue messages
1311
+ region Name of the AWS region eu-west-1
1312
+ secret_key AWS secret key
1312
1313
visibility_timeout Amount of seconds the message will Queue's configuration
1313
1314
not be visible (`Visibility Timeout `_)
1314
- auto_setup Whether the table should be created true
1315
- automatically during send / get.
1315
+ wait_time `Long polling `_ duration in seconds 20
1316
1316
================== ====================================== ======================
1317
1317
1318
1318
.. note ::
0 commit comments