File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1196,6 +1196,7 @@ The transport has a number of options:
11961196 greater seconds. May be fractional.
11971197``retry ``
11981198``sasl_method ``
1199+ ``connection_name `` For custom connection names.
11991200``user `` Username to use to connect the AMQP service
12001201``verify `` Enable or disable peer verification. If peer
12011202 verification is enabled then the common name in
@@ -1220,6 +1221,10 @@ The transport has a number of options:
12201221``exchange[type] `` Type of exchange ``fanout ``
12211222============================================ ================================================= ===================================
12221223
1224+ .. versionadded :: 6.1
1225+
1226+ The ``connection_name `` option was introduced in Symfony 6.1.
1227+
12231228You can also configure AMQP-specific settings on your message by adding
12241229:class: `Symfony\\ Component\\ Messenger\\ Bridge\\ Amqp\\ Transport\\ AmqpStamp ` to
12251230your Envelope::
You can’t perform that action at this time.
0 commit comments