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)%" >
@@ -925,7 +927,11 @@ The transport has a number of options:
925927 <framework : messenger >
926928 <framework : transport name =" async_priority_high" dsn =" %env(MESSENGER_TRANSPORT_DSN)%?queue_name=high_priority" />
927929 <framework : transport name =" async_priority_low" dsn =" %env(MESSENGER_TRANSPORT_DSN)%" >
928- <framework : option queue_name =" normal_priority" />
930+ <framework : options >
931+ <framework : queue >
932+ <framework : name >normal_priority</framework : name >
933+ </framework : queue >
934+ </framework : options >
929935 </framework : transport >
930936 </framework : messenger >
931937 </framework : config >
You can’t perform that action at this time.
0 commit comments