Bird
0
0

You want to ensure message integrity and confidentiality in RabbitMQ for a multi-region deployment. Which combination is best?

hard📝 Workflow Q8 of 15
RabbitMQ - Security and Operations
You want to ensure message integrity and confidentiality in RabbitMQ for a multi-region deployment. Which combination is best?
AUse queue mirroring without TLS
BEnable TLS for all connections and use message signing
CCompress messages and disable TLS
DUse message TTL with no encryption
Step-by-Step Solution
Solution:
  1. Step 1: Identify security needs for multi-region

    Multi-region requires encryption (TLS) and message signing to protect integrity and confidentiality.
  2. Step 2: Evaluate other options

    Queue mirroring copies data but does not secure it; compression and TTL do not protect integrity.
  3. Final Answer:

    Enable TLS for all connections and use message signing -> Option B
  4. Quick Check:

    TLS + signing = Best for integrity and confidentiality [OK]
Quick Trick: TLS plus signing ensures safe, unchanged messages across regions [OK]
Common Mistakes:
MISTAKES
  • Relying on mirroring for security
  • Disabling TLS thinking compression helps
  • Using TTL as a security measure

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes