Bird
0
0

Which RabbitMQ feature ensures that messages in a mirrored queue are synchronized across all nodes?

easy📝 Conceptual Q2 of 15
RabbitMQ - Clustering
Which RabbitMQ feature ensures that messages in a mirrored queue are synchronized across all nodes?
AConsumer acknowledgments
BMessage TTL (Time To Live)
CExchange type
DQueue mirroring policy
Step-by-Step Solution
Solution:
  1. Step 1: Identify what controls mirroring behavior

    Queue mirroring policy defines how queues replicate messages across nodes.
  2. Step 2: Eliminate unrelated features

    Message TTL controls message expiry, acknowledgments confirm receipt, and exchange type routes messages, none handle mirroring.
  3. Final Answer:

    Queue mirroring policy -> Option D
  4. Quick Check:

    Mirroring sync = Policy [OK]
Quick Trick: Mirroring is controlled by policies, not TTL or acknowledgments [OK]
Common Mistakes:
MISTAKES
  • Confusing TTL with mirroring
  • Thinking acknowledgments sync messages
  • Assuming exchange type controls mirroring

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes