Skip to content

Commit 1d94e3b

Browse files
committed
Merge branch '4.4'
* 4.4: fixing that exchange then name is needed
2 parents f071e67 + f9c2567 commit 1d94e3b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

messenger.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,12 @@ different messages to them. For example:
496496
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
497497
options:
498498
# queue_name is specific to the doctrine transport
499-
# try "exchange" for amqp or "group1" for redis
500499
queue_name: high
500+
501+
# for amqp
502+
#exchange:
503+
# name: high
504+
# or redis try "group"
501505
async_priority_low:
502506
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
503507
options:

0 commit comments

Comments
 (0)