Jim,<br><br>You might like to take a look at <a href="http://www.rabbitmq.com/blog/2012/05/14/introducing-rabbitmq-web-stomp/">http://www.rabbitmq.com/blog/2012/05/14/introducing-rabbitmq-web-stomp/</a> and <a href="http://commondatastorage.googleapis.com/opensourceprojects/RabbitMQ/RabbitHub.pdf">http://commondatastorage.googleapis.com/opensourceprojects/RabbitMQ/RabbitHub.pdf</a>. I&#39;ve not tried it, but in theory there should be no problem using RabbitHub to publish messages in the manner you have described, but (as things stand) using simple HTML alone you would not be able to use RabbitHub to receive messages. A better approach might be to write some simple web server-side component in your language of choice that takes POST and GET requests from from your HTML web pages and translates the requests into appropriate calls to RabbitMQ. The RabbitMQ Web STOMP plugin could I think satisfy both of your requirements, but again you&#39;re not looking at just simple HTML with this. <br>
<br>Regards,<br>Brett<br><br><div class="gmail_quote">On Thu, Oct 25, 2012 at 7:00 AM, McMahon, James S (TASC) <span dir="ltr">&lt;<a href="mailto:james.mcmahon@tasc.com" target="_blank">james.mcmahon@tasc.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-size:10pt;font-family:Tahoma">���� I&#39;ve explored the rabbitMQ java examples to learn how applications can send and receive messages through rabbitMQ direct exchanges using a java implementation. But in many cases
 I have only a user interface that is a simple html web page. How can I receive and emit messages through direct exchanges in that case? Are there examples that show me how to interact with rabbitMQ using RESTful calls?<br>

<br>
Thanks in advance for your thoughts.� - Jim<br>
</div>
<p><font color="gray" face="arial" size="1">CONFIDENTIALITY NOTICE: This message and any attachments or files transmitted with it (collectively, the &quot;Message&quot;) are intended only for the addressee and may contain information that is privileged, proprietary and/or
 prohibited from disclosure by law or contract. If you are not the intended recipient: (a) please do not read, copy or retransmit the Message; (b) permanently delete and/or destroy all electronic and hard copies of the Message; (c) notify us by return email;
 and (d) you are hereby notified that any dissemination, distribution or copying of the Message is strictly prohibited.
</font></p>
</div>

<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br>