I have newly installed and started pcf dev instance (with one of the latest versions on the current date - 0.30.0).
I have added rabbitmq as a Service for one of my spaces (using command cf create-service p-rabbitmq standard my_rabbitmq
).
There is no rabbitmq management dashboard in the web application interface, probably because i am using pcf dev, not the cloud pcf instance.
Is it possible to manage(and how) rabbitmq plugins using command line tools or somehow else?
p.s. I have Windows 10 OS.