Hi,<br><br>Yup, I can see it.<br><br>I meant I needed any HTTP way of accessing queues and exchanges.<br>Is there anything that I should be aware of while using it?<br><br><br clear="all">Thank you<br>Akhil Kodali<br><br>
<br><br><div class="gmail_quote">On Wed, Jul 21, 2010 at 2:43 PM, Michael Bridgen <span dir="ltr">&lt;<a href="mailto:mikeb@rabbitmq.com">mikeb@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I compiled and installed rabbithub as a rabbitmq plugin from github.<br>
<br>
What do I do next? I mean how do I begin using it.<br>
</blockquote>
<br></div>
The rabbitmqctl status output you posted suggests you got it running OK, but for the record: �If you&#39;ve successfully compiled it, you can either symlink in into rabbitmq-server/plugins/ or drop the rabbithub.ez in the same place. �RabbitMQ should then tell you the RabbitHub has started up during boot.<br>


<br>
It will be running under control of RabbitMochiweb at<br>
<a href="http://localhost:55672/rabbithub/" target="_blank">http://localhost:55672/rabbithub/</a><br>
<br>
In general you&#39;ll need to address endpoints, e.g.,<br>
<a href="http://localhost:55672/rabbithub/endpoint/x/amq.direct" target="_blank">http://localhost:55672/rabbithub/endpoint/x/amq.direct</a><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I am trying to use it primarily as a REST way for consuming from queues.<br>
</blockquote>
<br></div>
RabbitHub implements PubSubHubbub (a.k.a., PuSH), which isn&#39;t RESTful (and shouldn&#39;t be). �However, it *is* a fairly idiomatic use of HTTP.<br>
<br>
Hope this helps; have fun!<br><font color="#888888">
<br>
Michael<br>
</font></blockquote></div><br>