Hi All,<div><br></div><div>I've been doing some experiments with rabbit over the holidays and one thing that I run into that always bugs me is if I get a queue filled up with > 1 million messages being published continuously (but not consumed) on my laptop I usually wind up with rabbitMQ getting into an "odd" state. By odd I mean:</div>
<div><br></div><div>* management console lists "?" for the number of messages in the queue</div><div>* calling rabbitmq-server stop doesn't stop the broker (I wind up having to do a hard kill -9).</div><div>
* CPU usage usually sticks around 100% (even long after the producer has been shut down)</div><div>* Memory high watermark is not met (not even close</div><div><br></div><div>I'm sure that I'm either doing something stupid or missing "a correct way to configure things" so I'd like any suggestions on what I could do here.</div>
<div><br></div><div>Thanks,</div><div>James</div>