A modern RabbitMQ UI for the management plugin.
- Multiple connections support
- Bulk actions on queues
- Queue completion ETA based on average rate
- Full JSON support for publish and get
- Smooth user experience and documentation integration
Go to https://carotte.netlify.app
Clone repository then:
npm i
npm start
CORS is not enabled by default with the management plugin, you have a few options:
Install any CORS extension to your browser and enable it:
Run a proxy locally:
npx local-cors-proxy --proxyUrl http://localhost:15672 --proxyPartial "" --port 8010
Now instead of hitting http://localhost:15672
the app can hit
http://localhost:8010
without any issues.
Update your RabbitMQ configuration to support CORS