8000 Merge branch '4.3' into 4.4 · symfony/symfony-docs@0261020 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0261020

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: another fix to make amqp messages go to a separate queue
2 parents 701e60c + 7fe5d72 commit 0261020

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)
0