Skip to content

Commit 81e4dbf

Browse files
committedMar 22, 2020
Update class names as amqp messenger was moved to another package
1 parent a2846b9 commit 81e4dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎messenger.rst

+2-2
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)