Bird
0
0

You try to enable the management plugin with 'rabbitmq-plugins enable management' but get an error. What is the correct command to enable it?

medium📝 Debug Q6 of 15
RabbitMQ - Monitoring and Management
You try to enable the management plugin with 'rabbitmq-plugins enable management' but get an error. What is the correct command to enable it?
Arabbitmqctl enable management
Brabbitmq-plugins start management
Crabbitmq-plugins enable rabbitmq_management
Drabbitmqctl start rabbitmq_management
Step-by-Step Solution
Solution:
  1. Step 1: Check correct plugin name for enabling

    The management plugin's full name is 'rabbitmq_management', not just 'management'.
  2. Step 2: Use correct command syntax

    Use 'rabbitmq-plugins enable rabbitmq_management' to enable the plugin.
  3. Final Answer:

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

    Enable plugin = rabbitmq-plugins enable rabbitmq_management [OK]
Quick Trick: Use full plugin name rabbitmq_management to enable [OK]
Common Mistakes:
MISTAKES
  • Using short name 'management'
  • Using rabbitmqctl instead of rabbitmq-plugins
  • Using 'start' instead of 'enable'

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes