Bird
0
0

You declared a quorum queue but receive errors about unsupported arguments. What is a likely cause?

medium📝 Troubleshoot Q6 of 15
RabbitMQ - Clustering
You declared a quorum queue but receive errors about unsupported arguments. What is a likely cause?
ASetting durable=false on the queue.
BUsing classic queue arguments like 'x-ha-policy' with quorum queues.
CDeclaring the queue without a name.
DUsing the wrong RabbitMQ version.
Step-by-Step Solution
Solution:
  1. Step 1: Identify incompatible arguments

    Quorum queues do not support classic queue arguments like 'x-ha-policy'.
  2. Step 2: Match error cause

    Using unsupported arguments causes errors during declaration.
  3. Final Answer:

    Using classic queue arguments like 'x-ha-policy' with quorum queues. -> Option B
  4. Quick Check:

    Unsupported arguments cause errors = Using classic queue arguments like 'x-ha-policy' with quorum queues. [OK]
Quick Trick: Avoid classic queue arguments with quorum queues [OK]
Common Mistakes:
MISTAKES
  • Ignoring argument compatibility
  • Assuming durable flag causes errors
  • Blaming RabbitMQ version without checking arguments

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes