I've made some tutorialish script to work out RabbitMQ/Haskell binding and there's a strange message loss occuring. Independently of burst length, receiving side drops a small amount of queued messages. I find it very unbelievable for a consumer to "sense" an end of data burst and give up, but that's how it looks like to me. And the next burst starts happily, without pulling in "unreceived" stuff.
The code and sample results: https://gist.github.com/3859009.
Nothing fancy there, just one consumer and one producer. I've tried to flush stdout, but without success.
rabbitmqctl list_queuesbefore you run thelistencommand to see the queue depth. This will let you know if it's a failure to send or to receive. – Gabriel Gonzalez Oct 10 '12 at 0:30