Hey there,<br>I developed my own DB-based queue,<br>and here it is as a rails plugin.<br><br>Useful if sticking to your existing DB is the best solution.<br><br><a href="http://github.com/matthewrudy/rudeq/tree/master">http://github.com/matthewrudy/rudeq/tree/master</a><br>
<br>git clone git://<a href="http://github.com/matthewrudy/rudeq.git">github.com/matthewrudy/rudeq.git</a> vendor/plugins/rudeq<br>rake queue:setup<br>rake db:migrate<br>rake<br><br>ruby script/console<br>>> RudeQueue.set(:a_queue, {:a => :hash})<br>
-> nil<br>>> RudeQueue.get(:a_queue)<br>-> {:a => :hash}<br><br>note: it doesn't work with SQLite,<br>because SQLite is missing key features like "UPDATE LIMIT 1 ORDER BY id ASC"<br><br>Enjoy.<br>
<br><br><div class="gmail_quote">2008/5/30 David Salgado <<a href="mailto:david@digitalronin.com">david@digitalronin.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All<br>
<br>
I'm considering using <a<br>
href="<a href="http://activemq.apache.org/" target="_blank">http://activemq.apache.org/</a>">ActiveMQ</a> as the message bus in<br>
a high-performance Ruby/Rails messaging app.<br>
<br>
I've looked at Starling+Workling as another option, but I'm just not<br>
sure I trust them enough in terms of performance and reliability.<br>
Perhaps naively, I've got more faith in apache projects, in those<br>
areas.<br>
<br>
Has anyone else used ActiveMQ, Starling/Workling or other message<br>
queues, and have any war stories to share?<br>
<br>
Cheers<br>
<br>
David<br>
_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
<a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
</blockquote></div><br>