Hi! Honestly installing RabbitMQ for the first time. I installed it yesterday on my desktop PC and today on my laptop - both win10 and same issue.
Desktop instalation:
- installed via installer
- enabled manager and created an admin user
Laptop instalation:
- Choco install rabbitmq (with erlang)
- create admin user
then I checked localhost:15672 and noticed one very odd thing - Disk space is red with 13B space.. (I had 13gb free space on my laptop) So I was like what the hell that's weird, but maybe pc is caching stuff and whatever so I uninstall 3GB application and suddenly it jumped on 16B? When I connect celery and send a task, rabbit is not doing anything and my connections in mananger are blocking/blocked. And yes, I am sure I have a free disc space + yes, I tried playing with
rabbitmqctl set_disk_free_limit. If that is my mistake, I'm very sorry, but this looks like a bug for me.
