Bird
0
0

Why is monitoring the 'consumers' metric alone insufficient to understand queue health in RabbitMQ?

hard📝 Conceptual Q10 of 15
RabbitMQ - Monitoring and Management
Why is monitoring the 'consumers' metric alone insufficient to understand queue health in RabbitMQ?
ABecause consumers may be connected but slow to acknowledge messages
BBecause consumers metric counts messages, not connections
CBecause consumers metric only shows durable queues
DBecause consumers metric resets after every message
Step-by-Step Solution
Solution:
  1. Step 1: Understand what 'consumers' metric shows and identify limitation

    It shows how many consumers are connected to a queue. Consumers may be connected but slow or stuck, so queue health needs more metrics.
  2. Final Answer:

    Because consumers may be connected but slow to acknowledge messages -> Option A
  3. Quick Check:

    Consumers connected ≠ healthy processing [OK]
Quick Trick: Consumers connected ≠ messages processed well [OK]
Common Mistakes:
MISTAKES
  • Thinking consumers metric counts messages
  • Believing it only applies to durable queues

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes