Search code examples
unixpluginsrabbitmq

RabbitMQ management plugin issue


I'm trying to install RabbitMQ management plugin but get the following in the console:

Error: {cannot_write_enabled_plugins_file,"/etc/rabbitmq/enabled_plugins",
           eacces}

I use Ubuntu 12. On this page is told that The management plugin is included in the RabbitMQ distribution. To enable it, use rabbitmq-plugins:

rabbitmq-plugins enable rabbitmq_management

but the result you see above


Solution

  • sudo rabbitmq-plugins enable rabbitmq_management?

    P.S.: looks like a question for https://serverfault.com/