--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
1. 1.
When running
commands from the command line (such as enabling the management plugin), it
doesn’t like that the homedrive and homeshare aren’t on C
Set homedrive=C:\
Set homeshare=C:\user\<username>
2. 2. There’s a known
problem with the windows installer, you’ve to run
rabbitmq-service remove
rabbitmq-service install
to re-install the actual windows service
(after doing 1. above)
3. 3. Once you’ve done
that, register the admin plugin offline
rabbitmq-plugins.bat enable rabbitmq_management –offline
4. Restart the machine and you’ll be able to browse to the admin console on http://localhost:15672/#/
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.