File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -4,7 +4,7 @@ Message Priority
|
4 | 4 | By default messenger uses the first in, first out principle: messages will be
|
5 | 5 | received in the same order they were sent (except the delayed ones).
|
6 | 6 |
|
7 |
| -Basic priority can be achieved by using :doc:`prioritized transports </messenger.rst>`, |
| 7 | +Basic priority can be achieved by using :doc:`prioritized transports </messenger>`, |
8 | 8 | but only for different message types.
|
9 | 9 |
|
10 | 10 | With AMQP and Beanstalkd transports, you can have a priority queue for messages
|
@@ -24,8 +24,8 @@ of the same type::
|
24 | 24 | Priority can be used together with delay::
|
25 | 25 |
|
26 | 26 | use Symfony\Component\Messenger\Envelope;
|
27 |
| -use Symfony\Component\Messenger\Stamp\PriorityStamp; |
28 | 27 | use Symfony\Component\Messenger\Stamp\DelayStamp;
|
| 28 | +use Symfony\Component\Messenger\Stamp\PriorityStamp; |
29 | 29 |
|
30 | 30 | $bus->dis(
|
31 | 31 | (new Envelope($message))->with(
|
|
You can’t perform that action at this time.
0 commit comments