Skip to content

Commit 2a48c44

Browse files
committed
Tweaks
1 parent b0964f1 commit 2a48c44

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

messenger.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ Amazon SQS
13001300

13011301
.. versionadded:: 5.1
13021302

1303-
The Amazon SQS transport has been introduced in Symfony 5.1.
1303+
The Amazon SQS transport was introduced in Symfony 5.1.
13041304

13051305
The Amazon SQS transport is perfect for application hosted on AWS. Install it by
13061306
running:
@@ -1328,10 +1328,9 @@ The SQS transport DSN may looks like this:
13281328
name into an AWS queue URL by calling the ``GetQueueUrl`` API in AWS. This
13291329
extra API call can be avoided by providing a DSN which is the queue URL.
13301330

1331-
.. versionadded:: 5.2
1331+
.. versionadded:: 5.2
13321332

1333-
Providing a DSN equals to the queue URL to avoid call to ``GetQueueUrl``
1334-
has been introduced in Symfony 5.2.
1333+
The feature to provide the queue URL in the DSN was introduced in Symfony 5.2.
13351334

13361335
The transport has a number of options:
13371336

0 commit comments

Comments
 (0)