Skip to content

Commit 475a866

Browse files
amqp no autocreate queues, see #16689
1 parent bf5d0c3 commit 475a866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

messenger.rst

+1
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ To use Symfony's built-in AMQP transport, you need the AMQP PHP extension.
877877
By default, the transport will automatically create any exchanges, queues and
878878
binding keys that are needed. That can be disabled, but some functionality
879879
may not work correctly (like delayed queues).
880+
To not autocreate any queues, you can configure a transport with `queues: []`.
880881

881882
The transport has a number of other options, including ways to configure
882883
the exchange, queues, binding keys and more. See the documentation on

0 commit comments

Comments
 (0)