@@ -1182,20 +1182,20 @@ under the transport in ``messenger.yaml``:
11821182================== ====================================== ======================
11831183 Option Description Default
11841184================== ====================================== ======================
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
11891185access_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.
11911189buffer_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
11931191poll_timeout Wait for new message duration in 0.1
11941192 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
11951196visibility_timeout Amount of seconds the message will Queue's configuration
11961197 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
11991199================== ====================================== ======================
12001200
12011201.. note ::
0 commit comments