Skip to content

Commit c1c0ef3

Browse files
committed
Sort alphabetically
1 parent 1d43fd5 commit c1c0ef3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

messenger.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,20 +1299,20 @@ under the transport in ``messenger.yaml``:
12991299
================== ====================================== ======================
13001300
Option Description Default
13011301
================== ====================================== ======================
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
13061302
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.
13081306
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
13101308
poll_timeout Wait for new message duration in 0.1
13111309
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
13121313
visibility_timeout Amount of seconds the message will Queue's configuration
13131314
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
13161316
================== ====================================== ======================
13171317

13181318
.. note::

0 commit comments

Comments
 (0)