java - How to enable management console in rabitmq on windows? -
i've installed rabitmq, wrote simple application , want watch managent console.
i've encountered can't this.
i opened folowing page
and read:
the management plugin included in rabbitmq distribution. enable it, use rabbitmq-plugins:
rabbitmq-plugins enable rabbitmq_management the web ui located at: http://server-name:15672/
where should write command?
i use windows , rabitmq run service:
my server locates path
c:\program files\rabbitmq server\rabbitmq_server-3.6.10 how can see management plugin?
command
rabbitmq-plugins enable rabbitmq_management works folder
c:\program files\rabbitmq server\rabbitmq_server-3.6.10\sbin from cmd

Comments
Post a Comment