Skip to content

Commit 9fd48b8

Browse files
committed
minor symfony#16781 [Messenger] amqp no autocreate queues (alexislefebvre)
This PR was merged into the 4.4 branch. Discussion ---------- [Messenger] amqp no autocreate queues Backport of symfony#16689 in 4.4 Commits ------- 475a866 amqp no autocreate queues, see symfony#16689
2 parents ccbed90 + 475a866 commit 9fd48b8

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)