File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -971,6 +971,9 @@ The transport has a number of options:
971
971
fractional.
972
972
``connect_timeout `` Connection timeout. Note: 0 or greater seconds.
973
973
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.
974
977
``frame_max `` The largest frame size that the server proposes
975
978
for the connection, including frame header and
976
979
end-byte. 0 means standard extension limit
@@ -1014,6 +1017,10 @@ The transport has a number of options:
1014
1017
``exchange[type] `` Type of exchange ``fanout ``
1015
1018
============================================ ================================================= ===================================
1016
1019
1020
+ .. versionadded :: 5.2
1021
+
1022
+ The ``confirm_timeout `` option was introduced in Symfony 5.2.
1023
+
1017
1024
You can also configure AMQP-specific settings on your message by adding
1018
1025
:class: `Symfony\\ Component\\ Messenger\\ Bridge\\ Amqp\\ Transport\\ AmqpStamp ` to
1019
1026
your Envelope::
You can’t perform that action at this time.
0 commit comments