Skip to content

Commit f156e72

Browse files
committed
[Messenger] Documented AMQP confirm_timeout option
1 parent 0acb44f commit f156e72

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
@@ -962,6 +962,9 @@ The transport has a number of options:
962962
fractional.
963963
``connect_timeout`` Connection timeout. Note: 0 or greater seconds.
964964
May be fractional.
965+
``confirm_timeout`` Number of seconds to wait for message sending
966+
confirmation. If not specified, transport won't
967+
wait for confirmation. May be fractional.
965968
``frame_max`` The largest frame size that the server proposes
966969
for the connection, including frame header and
967970
end-byte. 0 means standard extension limit
@@ -1005,6 +1008,10 @@ The transport has a number of options:
10051008
``exchange[type]`` Type of exchange ``fanout``
10061009
============================================ ================================================= ===================================
10071010

1011+
.. versionadded:: 5.2
1012+
1013+
The ``confirm_timeout`` option was introduced in Symfony 5.2.
1014+
10081015
You can also configure AMQP-specific settings on your message by adding
10091016
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
10101017
your Envelope::

0 commit comments

Comments
 (0)