Enter the instruction rabbitmq plugins enable rabbitmq management
appear RabbitMQ Error: {:plugins_ not_ Found, [: rabbitmq management]} error prompt
It’s because the instruction is misspelled. It’s correct as follows:
rabbitmq-plugins enable rabbitmq_ Management (“-” changed to “)
You can also view the help through the rabbitmq plugins list command