Skip to content

Commit 07bce89

Browse files
authored
add note how to avoid amqp queues autocreation
1 parent 433679c commit 07bce89

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)