Skip to content

Commit cf4331b

Browse files
Nyholmwouterj
authored andcommitted
Sort alphabetically
1 parent 7d530ac commit cf4331b

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
@@ -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
11891185
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.
11911189
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
11931191
poll_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
11951196
visibility_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

Comments
 (0)