2011/8/2 Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com">emile@rabbitmq.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":71">Can you provide some details about your use-case explaining why you need<br>
queue browsing? Perhaps there are other ways of achieving the same aim.</div></blockquote></div><br>We outgrew our existing Redis-based solution we use for <a href="http://travis-ci.org">http://travis-ci.org</a> so I am migrating build distribution over to AMQP. On the right hand side in the UI there is the queued builds list.<br>

<br>There are 2 steps invovled:<br><br>* GitHub POSTs us a Web hook<br>* We fetch a YAML file with information about how to run the build and popular the same queue with different kind of messages<br><br>While we can keep a copy of the queue around in something like Redis, we would rather not add more steps to this process so I am looking into adding a way to do very basic queue instrospection over HTTP.<br>

-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br><br>