Bird
0
0

Which RabbitMQ configuration option directly supports ensuring message integrity?

easy📝 Syntax Q3 of 15
RabbitMQ - Security and Operations
Which RabbitMQ configuration option directly supports ensuring message integrity?
AUsing lazy queues to reduce memory usage
BSetting queue message TTL to limit message lifetime
CConfiguring high availability mode for queues
DEnabling TLS encryption for client connections
Step-by-Step Solution
Solution:
  1. Step 1: Identify features related to message integrity

    Message integrity is maintained by preventing message tampering during transit.
  2. Step 2: Analyze options

    TLS encrypts data and prevents unauthorized changes; TTL and HA affect message lifecycle and availability, not integrity.
  3. Final Answer:

    Enabling TLS encryption for client connections -> Option D
  4. Quick Check:

    TLS protects data integrity and confidentiality [OK]
Quick Trick: TLS encryption ensures message integrity in transit [OK]
Common Mistakes:
MISTAKES
  • Confusing message TTL with integrity protection
  • Assuming HA mode protects message content

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes