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)%" >
@@ -950,7 +952,11 @@ The transport has a number of options:
950
952
<framework : messenger >
951
953
<framework : transport name =" async_priority_high" dsn =" %env(MESSENGER_TRANSPORT_DSN)%?queue_name=high_priority" />
952
954
<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 >
954
960
</framework : transport >
955
961
</framework : messenger >
956
962
</framework : config >
You can’t perform that action at this time.
0 commit comments