summaryrefslogtreecommitdiff
path: root/kombu/transport/SQS.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/transport/SQS.py')
-rw-r--r--kombu/transport/SQS.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/kombu/transport/SQS.py b/kombu/transport/SQS.py
index b4a7f3c2..74cc86fd 100644
--- a/kombu/transport/SQS.py
+++ b/kombu/transport/SQS.py
@@ -81,6 +81,15 @@ as follows:
For a complete list of settings you can adjust using this option see
https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html
+
+Features
+========
+* Type: Virtual
+* Supports Direct: Yes
+* Supports Topic: Yes
+* Supports Fanout: Yes
+* Supports Priority: No
+* Supports TTL: No
""" # noqa: E501