Bird
0
0

If a disk alarm is triggered, what will RabbitMQ do to message publishing?

medium📝 Command Output Q5 of 15
RabbitMQ - Performance Tuning
If a disk alarm is triggered, what will RabbitMQ do to message publishing?
AContinue publishing without restrictions
BAllow publishing but drop messages silently
CRestart the node automatically
DBlock all message publishing until disk space is freed
Step-by-Step Solution
Solution:
  1. Step 1: Understand disk alarm effect

    Disk alarms block message publishing to prevent data loss when disk space is low.
  2. Step 2: Identify correct behavior

    RabbitMQ blocks publishing, it does not drop messages or restart automatically.
  3. Final Answer:

    Block all message publishing until disk space is freed -> Option D
  4. Quick Check:

    Disk alarm blocks publishing [OK]
Quick Trick: Disk alarm blocks publishing, no silent drops [OK]
Common Mistakes:
MISTAKES
  • Thinking messages are dropped silently
  • Assuming node restarts automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes