Bird
0
0

You want to ensure messages published in DC1 are reliably transferred and stored in DC2, but also want to minimize network usage. Which setup is best?

hard📝 Workflow Q8 of 15
RabbitMQ - Security and Operations
You want to ensure messages published in DC1 are reliably transferred and stored in DC2, but also want to minimize network usage. Which setup is best?
AUse Federation for all exchanges and queues
BUse Shovel for critical queues and Federation for less critical exchanges
CUse Shovel only for all message transfers
DUse Federation with no Shovel
Step-by-Step Solution
Solution:
  1. Step 1: Analyze Reliability and Network Needs

    Shovel provides reliable, persistent transfer; Federation reduces network load by forwarding without storing.
  2. Step 2: Combine Both for Efficiency

    Using Shovel for critical queues ensures persistence; Federation for less critical exchanges saves bandwidth.
  3. Final Answer:

    Use Shovel for critical queues and Federation for less critical exchanges -> Option B
  4. Quick Check:

    Combine Shovel and Federation for reliability and efficiency [OK]
Quick Trick: Mix Shovel and Federation for reliability and network efficiency [OK]
Common Mistakes:
MISTAKES
  • Using only Federation for critical data
  • Using Shovel everywhere increasing network load
  • Ignoring network usage in multi-DC setups

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes