Skip to content

Commit 4bd3f1e

Browse files
committed
feature #14805 [Messenger] Document the debug option of Amazon SQS (javiereguiluz)
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Messenger] Document the debug option of Amazon SQS Fixes #14533. Commits ------- a6f97ce [Messenger] Document the debug option of Amazon SQS
2 parents 0ce63f5 + a6f97ce commit 4bd3f1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messenger.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1351,6 +1351,8 @@ The transport has a number of options:
13511351
``auto_setup`` Whether the queue should be created ``true``
13521352
automatically during send / get.
13531353
``buffer_size`` Number of messages to prefetch 9
1354+
``debug`` If ``true`` it logs all HTTP requests ``false``
1355+
and responses (it impacts performance)
13541356
``endpoint`` Absolute URL to the SQS service https://sqs.eu-west-1.amazonaws.com
13551357
``poll_timeout`` Wait for new message duration in 0.1
13561358
seconds
@@ -1362,6 +1364,10 @@ The transport has a number of options:
13621364
``wait_time`` `Long polling`_ duration in seconds 20
13631365
====================== ====================================== ===================================
13641366

1367+
.. versionadded:: 5.3
1368+
1369+
The ``debug`` option was introduced in Symfony 5.3.
1370+
13651371
.. note::
13661372

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

0 commit comments

Comments
 (0)