From 81e4dbff941809b0e884ec93797c29e41a35c24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20V=20Martins?= Date: Sun, 22 Mar 2020 15:56:14 +0000 Subject: [PATCH] Update class names as amqp messenger was moved to another package --- messenger.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messenger.rst b/messenger.rst index 879aef0cd32..fdaa405371a 100644 --- a/messenger.rst +++ b/messenger.rst @@ -858,10 +858,10 @@ To use Symfony's built-in AMQP transport, you need the AMQP PHP extension. The transport has a number of other options, including ways to configure the exchange, queues binding keys and more. See the documentation on -:class:`Symfony\\Component\\Messenger\\Transport\\AmqpExt\\Connection`. +:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\Connection`. You can also configure AMQP-specific settings on your message by adding -:class:`Symfony\\Component\\Messenger\\Transport\\AmqpExt\\AmqpStamp` to +:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to your Envelope:: use Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpStamp;