@@ -1182,20 +1182,20 @@ under the transport in ``messenger.yaml``:
1182
1182
================== ====================================== ======================
1183
1183
Option Description Default
1184
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
1185
access_key AWS access key
1190
- secret_key AWS secret key
1186
+ account Identifier of the AWS account The owner of the credentials
1187
+ auto_setup Whether the table should be created true
1188
+ automatically during send / get.
1191
1189
buffer_size Number of messages to prefetch 9
1192
- wait_time ` Long polling `_ duration in seconds 20
1190
+ endpoint Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
1193
1191
poll_timeout Wait for new message duration in 0.1
1194
1192
seconds
1193
+ queue_name Name of the queue messages
1194
+ region Name of the AWS region eu-west-1
1195
+ secret_key AWS secret key
1195
1196
visibility_timeout Amount of seconds the message will Queue's configuration
1196
1197
not be visible (`Visibility Timeout `_)
1197
- auto_setup Whether the table should be created true
1198
- automatically during send / get.
1198
+ wait_time `Long polling `_ duration in seconds 20
1199
1199
================== ====================================== ======================
1200
1200
1201
1201
.. note ::
0 commit comments