We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790145c commit b529b65Copy full SHA for b529b65
messenger.rst
@@ -1794,7 +1794,7 @@ The Beanstalkd transport supports the ``--keepalive`` option by using Beanstalkd
1794
Keepalive support was introduced in Symfony 7.2.
1795
1796
The Beanstalkd transport lets you set the priority of the messages being dispatched.
1797
-Use the ``Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdPriorityStamp``
+Use the :class:``Symfony\\Component\\Messenger\\Bridge\\Beanstalkd\\Transport\\BeanstalkdPriorityStamp``
1798
and pass a number to specify the priority (default = ``1024``; lower numbers mean higher priority)::
1799
1800
use App\Message\SomeMessage;
0 commit comments