I find <a href="http://wiki.secondlife.com/wiki/Message_Queue_Evaluation_Notes">http://wiki.secondlife.com/wiki/Message_Queue_Evaluation_Notes</a> good. They don't mention the tools you mention, however. <div><br></div>
<div>You've not given any detail to the type of app or use you have, and so it's difficult to compare them for you. QWIDS seems to be an odd choice as CORBA went out with the 90's for good reason. Both Spread and QWIDS seem more like a message bus, as opposed to a message broker.</div>
<div><br></div><div>In spread you tell a program to join a spread group, then you send messages and everything in that group gets the message and processes it. In RabbitMQ there are multiple workflows. You can send messages with routing information, queue up messages for later consumption, use client side throttling to only receive messages when you need them, etc.</div>
<div><br></div><div>Honestly you should look at your problem area, what you're going to use RabbitMQ for, and if you need something like RabbitMQ or you need something like Spread. I don't seem them as competing for the same space.<div>
<br></div><div>Regards,</div><div><br></div><div>Gavin<br><br><div class="gmail_quote">On Fri, Sep 18, 2009 at 8:36 AM, Laurent Frobert <span dir="ltr"><<a href="mailto:frobert@emsc-csem.org">frobert@emsc-csem.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Hi,<br>
<br>
my boss wants me to explain why i want to choose RabbitMQ instead of Spread<br>
(<a href="http://www.spread.org/" target="_blank">http://www.spread.org/</a>) or QWIDS (<a href="http://www.isti2.com/QWIDS/" target="_blank">http://www.isti2.com/QWIDS/</a>).<br>
Reason for him, is that Spread and QWIDS are well used in other production<br>
environment,<br>
so, what rabbitmq can give more ?<br>
<br>
<br>
could you help me, thanks<br>
<br>
Laurent Frobert<br>
<a href="http://www.emsc-csem.org" target="_blank">www.emsc-csem.org</a><br>
--<br>
View this message in context: <a href="http://www.nabble.com/RabbitMQ-vs-Spread-vs-QWIDS-tp25507940p25507940.html" target="_blank">http://www.nabble.com/RabbitMQ-vs-Spread-vs-QWIDS-tp25507940p25507940.html</a><br>
Sent from the RabbitMQ mailing list archive at Nabble.com.<br>
<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div></div>