From 475a86633a0cbc516d132987713311dd3eddba8f Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Wed, 4 May 2022 17:18:57 +0200 Subject: [PATCH] amqp no autocreate queues, see #16689 --- messenger.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/messenger.rst b/messenger.rst index 8a4d66fe4ac..c32569630df 100644 --- a/messenger.rst +++ b/messenger.rst @@ -877,6 +877,7 @@ To use Symfony's built-in AMQP transport, you need the AMQP PHP extension. By default, the transport will automatically create any exchanges, queues and binding keys that are needed. That can be disabled, but some functionality may not work correctly (like delayed queues). + To not autocreate any queues, you can configure a transport with `queues: []`. The transport has a number of other options, including ways to configure the exchange, queues, binding keys and more. See the documentation on