Skip to content

Commit 8582f6d

Browse files
committed
minor #16689 [Messenger] add note how to avoid amqp queues autocreation (dbu)
This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] add note how to avoid amqp queues autocreation fix symfony/symfony#39652 Commits ------- 07bce89 add note how to avoid amqp queues autocreation
2 parents 9a386f1 + 07bce89 commit 8582f6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

messenger.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,7 @@ it in the ``port`` parameter of the DSN (e.g. ``amqps://localhost?cacert=/etc/ss
11931193
By default, the transport will automatically create any exchanges, queues and
11941194
binding keys that are needed. That can be disabled, but some functionality
11951195
may not work correctly (like delayed queues).
1196+
To not autocreate any queues, you can configure a transport with `queues: []`.
11961197

11971198
.. note::
11981199

0 commit comments

Comments
 (0)