I installed Rabbit MQ on my local machine running OS X via:
brew install rabbitmq
and I start and stop the server via:
brew services start/stop rabbitmq
I installed the plugin for the web UI via:
rabbitmq-plugins enable rabbitmq_management
I expected to view the web UI in the browser at:
It does not load. The error reported is a 431 which means request header fields are too large. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/431