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:
533
533
<framework : messenger >
534
534
<framework : transport name =" async_priority_high" dsn =" %env(MESSENGER_TRANSPORT_DSN)%" >
535
535
<framework : options >
536
- <framework : queue_name >high</framework : queue_name >
536
+ <framework : queue >
537
+ <framework : name >Queue</framework : name >
538
+ </framework : queue >
537
539
</framework : options >
538
540
</framework : transport >
539
541
<framework : transport name =" async_priority_low" dsn =" %env(MESSENGER_TRANSPORT_DSN)%" >
@@ -925,7 +927,11 @@ The transport has a number of options:
925
927
<framework : messenger >
926
928
<framework : transport name =" async_priority_high" dsn =" %env(MESSENGER_TRANSPORT_DSN)%?queue_name=high_priority" />
927
929
<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 >
929
935
</framework : transport >
930
936
</framework : messenger >
931
937
</framework : config >
You can’t perform that action at this time.
0 commit comments