Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d6d2f6

Browse files
committed
feature #16411 [Messenger] Add sessionToken option to SQS transport (filkaris)
This PR was merged into the 6.1 branch. Discussion ---------- [Messenger] Add sessionToken option to SQS transport Added new session_token in SQS Transport options Commits ------- 493e9b7 Add session_token option
2 parents 154d667 + 493e9b7 commit 7d6d2f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

messenger.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,11 +1554,16 @@ The transport has a number of options:
15541554
``queue_name`` Name of the queue messages
15551555
``region`` Name of the AWS region eu-west-1
15561556
``secret_key`` AWS secret key must be urlencoded
1557+
``session_token`` AWS session token
15571558
``visibility_timeout`` Amount of seconds the message will Queue's configuration
15581559
not be visible (`Visibility Timeout`_)
15591560
``wait_time`` `Long polling`_ duration in seconds 20
15601561
====================== ====================================== ===================================
15611562

1563+
.. versionadded:: 6.1
1564+
1565+
The ``session_token`` option was introduced in Symfony 6.1.
1566+
15621567
.. note::
15631568

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

0 commit comments

Comments
 (0)