File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -533,7 +533,9 @@ different messages to them. For example:
533533 <framework : messenger >
534534 <framework : transport name =" async_priority_high" dsn =" %env(MESSENGER_TRANSPORT_DSN)%" >
535535 <framework : options >
536- <framework : queue_name >high</framework : queue_name >
536+ <framework : queue >
537+ <framework : name >Queue</framework : name >
538+ </framework : queue >
537539 </framework : options >
538540 </framework : transport >
539541 <framework : transport name =" async_priority_low" dsn =" %env(MESSENGER_TRANSPORT_DSN)%" >
@@ -950,7 +952,11 @@ The transport has a number of options:
950952 <framework : messenger >
951953 <framework : transport name =" async_priority_high" dsn =" %env(MESSENGER_TRANSPORT_DSN)%?queue_name=high_priority" />
952954 <framework : transport name =" async_priority_low" dsn =" %env(MESSENGER_TRANSPORT_DSN)%" >
953- <framework : option queue_name =" normal_priority" />
955+ <framework : options >
956+ <framework : queue >
957+ <framework : name >normal_priority</framework : name >
958+ </framework : queue >
959+ </framework : options >
954960 </framework : transport >
955961 </framework : messenger >
956962 </framework : config >
You can’t perform that action at this time.
0 commit comments