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:

enter image description here

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

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -