File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -647,23 +647,23 @@ You can limit the worker to only process messages from specific queue(s):
647647
648648.. _messenger-message-count :
649649
650- Knowing the number of messages in the "queue" for transport(s)
651- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
650+ Checking the Number of Queued Messages Per Transport
651+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
652652
653- If you want to know how many messages are in the "queues",
654- you can do so with the `` messenger:stats `` command :
653+ Run the `` messenger:stats `` command to know how many messages are in the "queues"
654+ of some or all transports :
655655
656656.. code-block :: terminal
657657
658- # displays the number of messages in the "queue" for all transports
658+ # displays the number of queued messages in all transports
659659 $ php bin/console messenger:stats
660660
661- # or specific transport(s) only
661+ # shows stats only for some transports
662662 $ php bin/console messenger:stats my_transport_name other_transport_name
663663
664664 .. note ::
665665
666- This command won't work if the configured transport's receiver does not implement
666+ In order for this command to work, the configured transport's receiver must implement
667667 :class: `Symfony\\ Component\\ Messenger\\ Transport\\ Receiver\\ MessageCountAwareInterface `.
668668
669669.. versionadded :: 6.2
You can’t perform that action at this time.
0 commit comments