We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fc6c5 commit 0b9fbc1Copy full SHA for 0b9fbc1
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