Bird
0
0

Which port is the default for RabbitMQ when using TLS/SSL encryption?

easy📝 Syntax Q12 of 15
RabbitMQ - Security and Operations
Which port is the default for RabbitMQ when using TLS/SSL encryption?
A5672
B25672
C15672
D5671
Step-by-Step Solution
Solution:
  1. Step 1: Recall RabbitMQ default ports

    Port 5672 is default for non-encrypted AMQP connections.
  2. Step 2: Identify TLS/SSL port

    Port 5671 is the standard port RabbitMQ uses for TLS/SSL encrypted AMQP connections.
  3. Final Answer:

    5671 -> Option D
  4. Quick Check:

    TLS port = 5671 [OK]
Quick Trick: TLS RabbitMQ uses port 5671, not 5672 [OK]
Common Mistakes:
MISTAKES
  • Choosing 5672 which is non-TLS port
  • Confusing management port 15672 with TLS port
  • Mixing up cluster port 25672

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes