Hi,<br><br>I am sorry for bombarding the mailing list, the documentation at github on rabbithub isnt helping me much.<br><br>How do I push a message "Hello World" to a direct exchange "teste" with the routing key "testr" on vhost "/test"?<br>
<br><br><br><div class="gmail_quote">On Wed, Jul 21, 2010 at 2:57 PM, Akhil Kodali <span dir="ltr"><<a href="mailto:akhil.kodali@gmail.com">akhil.kodali@gmail.com</a>></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;">
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><font color="#888888">Akhil Kodali</font><div>
<div></div><div class="h5"><br><br>
<br><br><div class="gmail_quote">On Wed, Jul 21, 2010 at 2:43 PM, Michael Bridgen <span dir="ltr"><<a href="mailto:mikeb@rabbitmq.com" target="_blank">mikeb@rabbitmq.com</a>></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><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'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'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><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't RESTful (and shouldn'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>
</div></div></blockquote></div><br>