Bird
0
0

Which RabbitMQ command syntax correctly lists queues with their message counts?

easy📝 Syntax Q3 of 15
RabbitMQ - Monitoring and Management
Which RabbitMQ command syntax correctly lists queues with their message counts?
Arabbitmqctl list_queues name messages_ready messages_unacknowledged
Brabbitmqctl show_queues messages_ready messages_unacknowledged
Crabbitmqctl get_queues name messages_ready
Drabbitmqctl list_queues messages_total
Step-by-Step Solution
Solution:
  1. Step 1: Recall correct command format

    The correct command to list queues with message counts is 'rabbitmqctl list_queues' followed by fields.
  2. Step 2: Verify fields used

    Fields 'name', 'messages_ready', and 'messages_unacknowledged' are valid and commonly used.
  3. Final Answer:

    rabbitmqctl list_queues name messages_ready messages_unacknowledged -> Option A
  4. Quick Check:

    Correct command = list_queues with fields [OK]
Quick Trick: Use 'list_queues' with fields to see queue message counts [OK]
Common Mistakes:
MISTAKES
  • Using 'show_queues' which is invalid
  • Using 'get_queues' which does not exist
  • Requesting 'messages_total' which is not a valid field

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes