10000 fixing that exchange then name is needed · symfony/symfony-docs@16bc0fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 16bc0fe

Browse files
authored
fixing that exchange then name is needed
1 parent fc3d918 commit 16bc0fe

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