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:
1196
1196
greater seconds. May be fractional.
1197
1197
``retry ``
1198
1198
``sasl_method ``
1199
+ ``connection_name `` For custom connection names (requires at least
1200
+ version 1.10 of the PHP AMQP extension)
1199
1201
``user `` Username to use to connect the AMQP service
1200
1202
``verify `` Enable or disable peer verification. If peer
1201
1203
verification is enabled then the common name in
@@ -1220,6 +1222,10 @@ The transport has a number of options:
1220
1222
``exchange[type] `` Type of exchange ``fanout ``
1221
1223
============================================ ================================================= ===================================
1222
1224
1225
+ .. versionadded :: 6.1
1226
+
1227
+ The ``connection_name `` option was introduced in Symfony 6.1.
1228
+
1223
1229
You can also configure AMQP-specific settings on your message by adding
1224
1230
:class: `Symfony\\ Component\\ Messenger\\ Bridge\\ Amqp\\ Transport\\ AmqpStamp ` to
1225
1231
your Envelope::
You can’t perform that action at this time.
0 commit comments