summaryrefslogtreecommitdiff
path: root/kombu/transport/azureservicebus.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/transport/azureservicebus.py')
-rw-r--r--kombu/transport/azureservicebus.py17
1 files changed, 5 insertions, 12 deletions
diff --git a/kombu/transport/azureservicebus.py b/kombu/transport/azureservicebus.py
index 994485c2..438ee440 100644
--- a/kombu/transport/azureservicebus.py
+++ b/kombu/transport/azureservicebus.py
@@ -39,19 +39,12 @@ Connection string has the following format:
Transport Options
=================
-* ``queue_name_prefix`` - String prefix to prepend to queue names in
- a service bus namespace.
-* ``wait_time_seconds`` - Number of seconds to wait to receive messages.
- Default ``5``
-* ``peek_lock_seconds`` - Number of seconds the message is visible for before
- it is requeued
-and sent to another consumer. Default ``60``
-* ``uamqp_keep_alive_interval`` - Interval in seconds the Azure uAMQP library
- should send keepalive messages.
- Default ``30``
+* ``queue_name_prefix`` - String prefix to prepend to queue names in a service bus namespace.
+* ``wait_time_seconds`` - Number of seconds to wait to receive messages. Default ``5``
+* ``peek_lock_seconds`` - Number of seconds the message is visible for before it is requeued and sent to another consumer. Default ``60``
+* ``uamqp_keep_alive_interval`` - Interval in seconds the Azure uAMQP library should send keepalive messages. Default ``30``
* ``retry_total`` - Azure SDK retry total. Default ``3``
-* ``retry_backoff_factor`` - Azure SDK exponential backoff factor.
- Default ``0.8``
+* ``retry_backoff_factor`` - Azure SDK exponential backoff factor. Default ``0.8``
* ``retry_backoff_max`` - Azure SDK retry total time. Default ``120``
"""