Skip to content
Prev Previous commit
Sort alphabetically
  • Loading branch information
Nyholm authored and wouterj committed Oct 13, 2020
commit cf4331b1d395aac5b81b637b064acde39e728059
16 changes: 8 additions & 8 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1182,20 +1182,20 @@ under the transport in ``messenger.yaml``:
================== ====================================== ======================
Option Description Default
================== ====================================== ======================
endpoint Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
region Name of the AWS region eu-west-1
queue_name Name of the queue messages
account Identifier of the AWS account The owner of the credentials
access_key AWS access key
secret_key AWS secret key
account Identifier of the AWS account The owner of the credentials
auto_setup Whether the table should be created true
automatically during send / get.
buffer_size Number of messages to prefetch 9
wait_time `Long polling`_ duration in seconds 20
endpoint Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
poll_timeout Wait for new message duration in 0.1
seconds
queue_name Name of the queue messages
region Name of the AWS region eu-west-1
secret_key AWS secret key
visibility_timeout Amount of seconds the message will Queue's configuration
not be visible (`Visibility Timeout`_)
auto_setup Whether the table should be created true
automatically during send / get.
wait_time `Long polling`_ duration in seconds 20
================== ====================================== ======================

.. note::
Expand Down