8000 minor #13713 [Messenger] Added Amazon SQS transport (javiereguiluz) · symfony/symfony-docs@78d6914 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78d6914

Browse files
committed
minor #13713 [Messenger] Added Amazon SQS transport (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- [Messenger] Added Amazon SQS transport This fixes #13616. In fact, it's related but it doesn't fix it. We don't need to document #13616 because transports are not documented in detail yet (and because code will output all the relevant messages needed to make it work). But we can update current docs which imply that we don't support SQS. Commits ------- 9b1bd49 [Messenger] Added Amazon SQS transport
2 parents eeef45e + 9b1bd49 commit 78d6914

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

messenger.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ is capable of sending messages (e.g. to a queueing system) and then
118118
.. note::
119119

120120
If you want to use a transport that's not supported, check out the
121-
`Enqueue's transport`_, which supports things like Kafka, Amazon SQS and
122-
Google Pub/Sub.
121+
`Enqueue's transport`_, which supports things like Kafka and Google Pub/Sub.
123122

124123
A transport is registered using a "DSN". Thanks to Messenger's Flex recipe, your
125124
``.env`` file already has a few examples.

0 commit comments

Comments
 (0)
0