8000 minor #13395 Update class names as amqp messenger was moved to anothe… · symfony/symfony-docs@54f774f · GitHub
[go: up one dir, main page]

Skip to content

Commit 54f774f

Browse files
committed
minor #13395 Update class names as amqp messenger was moved to another package (jpjoao)
This PR was merged into the master branch. Discussion ---------- Update class names as amqp messenger was moved to another package Doctrine, Redis and Amqp messenger components were moved to external packaged but documentation of classes to be used for Amqp was not updated accordingly. Source: https://github.com/symfony/symfony/blob/master/UPGRADE-5.1.md#messenger Commits ------- 81e4dbf Update class names as amqp messenger was moved to another package
2 parents f4f6ef6 + 81e4dbf commit 54f774f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,10 +858,10 @@ To use Symfony's built-in AMQP transport, you need the AMQP PHP extension.
858858

859859
The transport has a number of other options, including ways to configure
860860
the exchange, queues binding keys and more. See the documentation on
861-
:class:`Symfony\\Component\\Messenger\\Transport\\AmqpExt\\Connection`.
861+
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\Connection`.
862862

863863
You can also configure AMQP-specific settings on your message by adding
864-
:class:`Symfony\\Component\\Messenger\\Transport\\AmqpExt\\AmqpStamp` to
864+
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
865865
your Envelope::
866866

867867
use Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpStamp;

0 commit comments

Comments
 (0)
0