Firstly, installed
erlang
rabbitmqserver
Then, try to run command to enable plugin like the following:
C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.6.9\sbin>rabbitmq-plugins enable rabbitmq_management
Plugin configuration unchanged.
Applying plugin configuration to rabbit@PVGN50886410A... failed.
Could not contact node rabbit@PVGN50886410A. Changes will take effect at broker restart.
Options: --online - fail if broker cannot be contacted. --offline - do not try to contact broker.
C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.6.9\sbin>rabbitmq-plugins enable --offline rabbitmq_priority_queue
Error: The following plugins could not be found: rabbitmq_priority_queue
Can anyone help on this?