Hi all,<br><br>What questions should go on a &quot;How do I ... with RabbitMQ?&quot; page on the Rabbit website?<br><br>I&#39;m imagining both basic low-level how-tos as well as higher-level best practices for achieving a certain result. Essentially describing a few use cases for messaging in general.<br>
<br>I can think of a few examples to kick things off:<br><ul><li>How do I prioritize delivery of some messages over others with RabbitMQ? (A: Take <a href="http://dougbarth.github.com/2011/07/01/approximating-priority-with-rabbitmq.html">Doug Barth&#39;s approach</a>, or some variation of it)<br>
</li><li>How do I queue up tasks for later processing with RabbitMQ? (A: Use celery perhaps? Plenty of approaches to roll-your-own too)</li><li>How do I send email from a RabbitMQ queue?</li><li>How do I receive messages from HTTP POSTs into a RabbitMQ exchange?</li>
<li>How do I push messages to the browser using RabbitMQ?</li><li>How do I connect to RabbitMQ from iOS devices?</li></ul><p>The &quot;Going Further&quot; section of the existing <a href="http://www.rabbitmq.com/how.html">how.html page</a> has some good things on it. I&#39;m sure some of the other links on that page could be presented in more general &quot;How do I...?&quot; terms, too. What else am I missing?</p>
<p>Cheers,<br>� Tony</p><p>-- <br>Tony Garnock-Jones<br><a href="mailto:tonygarnockjones@gmail.com">tonygarnockjones@gmail.com</a><br><a href="http://homepages.kcbbs.gen.nz/tonyg/">http://homepages.kcbbs.gen.nz/tonyg/</a><br>
</p>