[rabbitmq-discuss] Recommended ways of basic queue introspection

Michael Klishin michael.s.klishin at gmail.com
Tue Aug 2 10:09:15 BST 2011


2011/8/2 Emile Joubert <emile at rabbitmq.com>

> Can you provide some details about your use-case explaining why you need
> queue browsing? Perhaps there are other ways of achieving the same aim.
>

We outgrew our existing Redis-based solution we use for
http://travis-ci.orgso I am migrating build distribution over to AMQP.
On the right hand side in
the UI there is the queued builds list.

There are 2 steps invovled:

* GitHub POSTs us a Web hook
* We fetch a YAML file with information about how to run the build and
popular the same queue with different kind of messages

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.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110802/93ca4d87/attachment.htm>


More information about the rabbitmq-discuss mailing list