Skip to content

Commit 2be9052

Browse files
authored
Document connection_name in Messenger AMQP transport connection
Close #16523
1 parent 3aa06f8 commit 2be9052

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

messenger.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
12231228
You can also configure AMQP-specific settings on your message by adding
12241229
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
12251230
your Envelope::

0 commit comments

Comments
 (0)