Skip to content

Commit 67ecf91

Browse files
committed
minor #12304 fixing that exchange then name is needed (weaverryan)
This PR was merged into the 4.3 branch. Discussion ---------- fixing that exchange then name is needed Hi! The PR clarifies that you need `exchange` and then `name` for amqp (just did it in a project). And redis is `group` not group1 Commits ------- 16bc0fe fixing that exchange then name is needed
2 parents c278eb6 + 16bc0fe commit 67ecf91

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)