File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1196,6 +1196,8 @@ 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 (requires at least
1200+ version 1.10 of the PHP AMQP extension)
11991201``user `` Username to use to connect the AMQP service
12001202``verify `` Enable or disable peer verification. If peer
12011203 verification is enabled then the common name in
@@ -1220,6 +1222,10 @@ The transport has a number of options:
12201222``exchange[type] `` Type of exchange ``fanout ``
12211223============================================ ================================================= ===================================
12221224
1225+ .. versionadded :: 6.1
1226+
1227+ The ``connection_name `` option was introduced in Symfony 6.1.
1228+
12231229You can also configure AMQP-specific settings on your message by adding
12241230:class: `Symfony\\ Component\\ Messenger\\ Bridge\\ Amqp\\ Transport\\ AmqpStamp ` to
12251231your Envelope::
You can’t perform that action at this time.
0 commit comments