Skip to content

Commit 44ff3b4

Browse files
committed
minor #14954 [Messenger] Fixed the MESSENGER_TRANSPORT_DSN example (javiereguiluz)
This PR was merged into the 5.2 branch. Discussion ---------- [Messenger] Fixed the MESSENGER_TRANSPORT_DSN example Fixes #14727. Commits ------- 37319d7 [Messenger] Fixed the MESSENGER_TRANSPORT_DSN example
2 parents 243b74f + 37319d7 commit 44ff3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ The SQS transport DSN may looks like this:
13241324
.. code-block:: env
13251325
13261326
# .env
1327-
MESSENGER_TRANSPORT_DSN=https://AKIAIOSFODNN7EXAMPLE:j17M97ffSVoKI0briFoo9a@sqs.eu-west-3.amazonaws.com/123456789012/messages
1327+
MESSENGER_TRANSPORT_DSN=https://sqs.eu-west-3.amazonaws.com/123456789012/messages?access_key= AKIAIOSFODNN7EXAMPLE&secret_key=j17M97ffSVoKI0briFoo9a
13281328
MESSENGER_TRANSPORT_DSN=sqs://localhost:9494/messages?sslmode=disable
13291329
13301330
.. note::

0 commit comments

Comments
 (0)