Is there a (preferably no cost) message queuing solution for Linux that has disk-based persistence (e.g. can survive a reboot)? I'm looking for something equivalent to MSMQ on Windows, fairly basic and lightweight and not, say, MQSeries.

This will be used from C++ components.

link|improve this question

70% accept rate
4  
+1 for saying what you want, and not just what MS service you want to duplicate. – dmckee Jun 6 '09 at 18:56
feedback

3 Answers

I've installed and used ActiveMQ. Definitely a great choice!

link|improve this answer
Active MQ crashes fairly frequently, at least once per month, and is rather slow. – corydoras Jan 14 '10 at 23:19
Either it's something in your setup or they screwed up badly in the last few years. I tested it in 2007, if I remember right :) – Eduardo Jan 15 '10 at 1:11
rabbitmq for the win ;) – Adrian Jan 4 at 18:44
feedback

Try ZeroMQ has very good reviews although its still young

link|improve this answer
ZeroMQ does not handle persistence (at least out of the box), which is stated as a requirement in the question. – CruiZen Jan 5 at 13:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.