Bird
0
0

Which command correctly enables the RabbitMQ management plugin?

easy📝 Configuration Q12 of 15
RabbitMQ - Monitoring and Management
Which command correctly enables the RabbitMQ management plugin?
Arabbitmq-plugins enable rabbitmq_management
Brabbitmqctl enable_management
Crabbitmq-plugins start management
Drabbitmq-management enable
Step-by-Step Solution
Solution:
  1. Step 1: Recall the correct command syntax

    The official command to enable plugins is 'rabbitmq-plugins enable '.
  2. Step 2: Match the plugin name

    The management plugin is named 'rabbitmq_management', so the full command is 'rabbitmq-plugins enable rabbitmq_management'.
  3. Final Answer:

    rabbitmq-plugins enable rabbitmq_management -> Option A
  4. Quick Check:

    Enable plugin = rabbitmq-plugins enable rabbitmq_management [OK]
Quick Trick: Use 'rabbitmq-plugins enable rabbitmq_management' to enable plugin [OK]
Common Mistakes:
MISTAKES
  • Using rabbitmqctl instead of rabbitmq-plugins
  • Wrong plugin name or command syntax
  • Trying to start plugin instead of enabling

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes