From f38f6730d6ea3d43187ec0ba019914931a5f3d33 Mon Sep 17 00:00:00 2001 From: you-ser Date: Fri, 28 Sep 2018 11:42:51 +0300 Subject: [PATCH] Fix environment variable name --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 0efdad349f6..40114dae794 100644 --- a/messenger.rst +++ b/messenger.rst @@ -159,7 +159,7 @@ the messenger component, the following configuration should have been created: # .env ###> symfony/messenger ### - MESSENGER_DSN=amqp://guest:guest@localhost:5672/%2f/messages + MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages ###< symfony/messenger ### This is enough to allow you to route your message to the ``amqp`` transport.