You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messenger.rst
+6-2
Original file line number
Diff line number
Diff line change
@@ -2065,10 +2065,10 @@ The transport has a number of options:
2065
2065
Name of the queue
2066
2066
2067
2067
``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``.
2069
2069
2070
2070
``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.
2072
2072
2073
2073
``region`` (default: ``eu-west-1``)
2074
2074
Name of the AWS region
@@ -2085,6 +2085,10 @@ The transport has a number of options:
2085
2085
``wait_time`` (default: ``20``)
2086
2086
`Long polling`_ duration in seconds
2087
2087
2088
+
.. versionadded:: 7.3
2089
+
2090
+
The ``queue_attributes`` and ``queue_tags`` options were introduced in Symfony 7.3.
2091
+
2088
2092
.. note::
2089
2093
2090
2094
The ``wait_time`` parameter defines the maximum duration Amazon SQS should
0 commit comments