Skip to content

Commit 0b7da7d

Browse files
committed
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
2 parents b414e4f + 7f701e7 commit 0b7da7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

messenger.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,12 @@ The transport has a number of options:
20642064
``queue_name`` (default: ``messages``)
20652065
Name of the queue
20662066

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+
20672073
``region`` (default: ``eu-west-1``)
20682074
Name of the AWS region
20692075

@@ -3637,3 +3643,4 @@ Learn more
36373643
.. _`article about CQRS`: https://martinfowler.com/bliki/CQRS.html
36383644
.. _`SSL context options`: https://php.net/context.ssl
36393645
.. _`predefined constants`: https://www.php.net/pcntl.constants
3646+
.. _`SQS CreateQueue API`: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html

0 commit comments

Comments
 (0)