Skip to content

Commit 954a722

Browse files
committed
minor #14808 [Messenger] Documented AMQP confirm_timeout option (javiereguiluz)
This PR was merged into the 5.2 branch. Discussion ---------- [Messenger] Documented AMQP confirm_timeout option Fixes #14224. Commits ------- f156e72 [Messenger] Documented AMQP confirm_timeout option
2 parents b98e38a + f156e72 commit 954a722

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

messenger.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,9 @@ The transport has a number of options:
971971
fractional.
972972
``connect_timeout`` Connection timeout. Note: 0 or greater seconds.
973973
May be fractional.
974+
``confirm_timeout`` Number of seconds to wait for message sending
975+
confirmation. If not specified, transport won't
976+
wait for confirmation. May be fractional.
974977
``frame_max`` The largest frame size that the server proposes
975978
for the connection, including frame header and
976979
end-byte. 0 means standard extension limit
@@ -1014,6 +1017,10 @@ The transport has a number of options:
10141017
``exchange[type]`` Type of exchange ``fanout``
10151018
============================================ ================================================= ===================================
10161019

1020+
.. versionadded:: 5.2
1021+
1022+
The ``confirm_timeout`` option was introduced in Symfony 5.2.
1023+
10171024
You can also configure AMQP-specific settings on your message by adding
10181025
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
10191026
your Envelope::

0 commit comments

Comments
 (0)