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
minor #20682 [Messenger] Add options to specify SQS queue attributes and tags (TrePe0)
This PR was merged into the 7.3 branch.
Discussion
----------
[Messenger] Add options to specify SQS queue attributes and tags
Resolves#20678
Commits
-------
7f701e7 [Messenger] Add options to specify SQS queue attributes and tags
Copy file name to clipboardExpand all lines: messenger.rst
+7
Original file line number
Diff line number
Diff line change
@@ -2064,6 +2064,12 @@ The transport has a number of options:
2064
2064
``queue_name`` (default: ``messages``)
2065
2065
Name of the queue
2066
2066
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.
2069
+
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.
2072
+
2067
2073
``region`` (default: ``eu-west-1``)
2068
2074
Name of the AWS region
2069
2075
@@ -3637,3 +3643,4 @@ Learn more
3637
3643
.. _`article about CQRS`: https://martinfowler.com/bliki/CQRS.html
0 commit comments