Skip to content

Commit 0d8bd19

Browse files
committed
Minor rewords
1 parent 48b96a2 commit 0d8bd19

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

messenger.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)