Skip to content

Commit 51e7e16

Browse files
committed
feature #16606 Document connection_name in Messenger AMQP transport connection (94noni)
This PR was merged into the 6.1 branch. Discussion ---------- Document connection_name in Messenger AMQP transport connection Close #16523 Commits ------- 215b6a6 Document connection_name in Messenger AMQP transport connection
2 parents 05c68eb + 215b6a6 commit 51e7e16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messenger.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,8 @@ The transport has a number of options:
11711171
greater seconds. May be fractional.
11721172
``retry``
11731173
``sasl_method``
1174+
``connection_name`` For custom connection names (requires at least
1175+
version 1.10 of the PHP AMQP extension)
11741176
``user`` Username to use to connect the AMQP service
11751177
``verify`` Enable or disable peer verification. If peer
11761178
verification is enabled then the common name in
@@ -1195,6 +1197,10 @@ The transport has a number of options:
11951197
``exchange[type]`` Type of exchange ``fanout``
11961198
============================================ ================================================= ===================================
11971199

1200+
.. versionadded:: 6.1
1201+
1202+
The ``connection_name`` option was introduced in Symfony 6.1.
1203+
11981204
You can also configure AMQP-specific settings on your message by adding
11991205
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
12001206
your Envelope::

0 commit comments

Comments
 (0)