Skip to content

Commit 0d296fc

Browse files
committed
Minor tweak
1 parent 0b7da7d commit 0d296fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

messenger.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -2065,10 +2065,10 @@ The transport has a number of options:
20652065
Name of the queue
20662066

20672067
``queue_attributes``
2068-
Attributes of a queue as per `SQS CreateQueue API`_. Array of strings indexed by keys of ``AsyncAws\Sqs\Enum\QueueAttributeName``. Added in Symfony 7.3.
2068+
Attributes of a queue as per `SQS CreateQueue API`_. Array of strings indexed by keys of ``AsyncAws\Sqs\Enum\QueueAttributeName``.
20692069

20702070
``queue_tags``
2071-
Cost allocation tags of a queue as per `SQS CreateQueue API`_. Array of strings indexed by strings. Added in Symfony 7.3.
2071+
Cost allocation tags of a queue as per `SQS CreateQueue API`_. Array of strings indexed by strings.
20722072

20732073
``region`` (default: ``eu-west-1``)
20742074
Name of the AWS region
@@ -2085,6 +2085,10 @@ The transport has a number of options:
20852085
``wait_time`` (default: ``20``)
20862086
`Long polling`_ duration in seconds
20872087

2088+
.. versionadded:: 7.3
2089+
2090+
The ``queue_attributes`` and ``queue_tags`` options were introduced in Symfony 7.3.
2091+
20882092
.. note::
20892093

20902094
The ``wait_time`` parameter defines the maximum duration Amazon SQS should

0 commit comments

Comments
 (0)