Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf47132

Browse files
author
Valentin Nazarov
committed
[Messenger] Fix issues found by CI
1 parentc892335 commitbf47132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎messenger/message_priority.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Message Priority
44
By default messenger uses the first in, first out principle: messages will be
55
received in the same order they were sent (except the delayed ones).
66

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>`,
88
but only for different message types.
99

1010
With AMQP and Beanstalkd transports, you can have a priority queue for messages
@@ -24,8 +24,8 @@ of the same type::
2424
Priority can be used together with delay::
2525

2626
use Symfony\Component\Messenger\Envelope;
27-
use Symfony\Component\Messenger\Stamp\PriorityStamp;
2827
use Symfony\Component\Messenger\Stamp\DelayStamp;
28+
use Symfony\Component\Messenger\Stamp\PriorityStamp;
2929

3030
$bus->dispatch(
3131
(new Envelope($message))->with(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp