We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a531e2 + 0b9fbc1 commit dab239bCopy full SHA for dab239b
messenger.rst
@@ -1801,7 +1801,7 @@ The Beanstalkd transport supports the ``--keepalive`` option by using Beanstalkd
1801
Keepalive support was introduced in Symfony 7.2.
1802
1803
The Beanstalkd transport lets you set the priority of the messages being dispatched.
1804
-Use the :class:``Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdPriorityStamp``
+Use the :class:`Symfony\\Component\\Messenger\\Bridge\\Beanstalkd\\Transport\\BeanstalkdPriorityStamp`
1805
and pass a number to specify the priority (default = ``1024``; lower numbers mean higher priority)::
1806
1807
use App\Message\SomeMessage;
0 commit comments