I have just installed Rabbitmq 1.5.0 on Windows XP. It was a vanilla install (no configuration changes) but uses erlang R12B (since that was already there).<br><br>After testing Rabbitmq with a single produce and consume of a message, ie 12 bytes in and 12 bytes out, I got the following message on the log:<br>
<br>=WARNING REPORT==== 19-Dec-2008::14:06:18 ===<br>Mnesia(&#39;rabbit@XXXXXXXXX&#39;): ** WARNING ** Mnesia is overloaded: {dump_log,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; time_threshold}<br>
<br><br>Suggestions?<br>