Skip to content

Commit 0fcfcca

Browse files
authored
[Messenger] Remove duplicated AMQP transport option
The confirm_timeout option (introduced in Symfony 5.2) has been documented twice. I left the first version which is closest to the documentation available in the Symfony\Component\Messenger\Bridge\Amqp\Transport\Connection class.
1 parent 4dc86ed commit 0fcfcca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

messenger.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -971,9 +971,6 @@ 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.
977974
``frame_max`` The largest frame size that the server proposes
978975
for the connection, including frame header and
979976
end-byte. 0 means standard extension limit

0 commit comments

Comments
 (0)