Skip to content

Commit ac132c2

Browse files
weaverryanjaviereguiluz
authored andcommitted
another fix to make amqp messages go to a separate queue
1 parent 4bc05f0 commit ac132c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

messenger.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,11 @@ different messages to them. For example:
503503
# queue_name is specific to the doctrine transport
504504
queue_name: high
505505
506-
# for amqp
506+
# for amqp send to a separate exchange then queue
507507
#exchange:
508508
# name: high
509+
#queues:
510+
# messages_high: ~
509511
# or redis try "group"
510512
async_priority_low:
511513
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'

0 commit comments

Comments
 (0)