Skip to content

Commit f9c2567

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: fixing that exchange then name is needed
2 parents a173504 + 67ecf91 commit f9c2567

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

messenger.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,12 @@ different messages to them. For example:
501501
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
502502
options:
503503
# queue_name is specific to the doctrine transport
504-
# try "exchange" for amqp or "group1" for redis
505504
queue_name: high
505+
506+
# for amqp
507+
#exchange:
508+
# name: high
509+
# or redis try "group"
506510
async_priority_low:
507511
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
508512
options:

0 commit comments

Comments
 (0)