Skip to content

Commit 73149fc

Browse files
committed
minor #14949 [Messenger] Remove duplicated AMQP transport option (sebpacz)
This PR was merged into the 5.2 branch. Discussion ---------- [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. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 0fcfcca [Messenger] Remove duplicated AMQP transport option
2 parents 4dc86ed + 0fcfcca commit 73149fc

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)