[rabbitmq-discuss] Means to interact with rabbitMQ from simple html UI

Alexis Richardson alexis at rabbitmq.com
Wed Oct 24 22:45:10 BST 2012


Thanks Brett!

Jim,

See also the HTTP API for management which may do what you need:
http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v2_8_7/priv/www/api/index.html

YES.. this does need to be more 'discoverable' on the Rabbit web site!

alexis


On Wed, Oct 24, 2012 at 9:32 PM, Brett Cameron
<brett.r.cameron at gmail.com> wrote:
> Jim,
>
> You might like to take a look at
> http://www.rabbitmq.com/blog/2012/05/14/introducing-rabbitmq-web-stomp/ and
> http://commondatastorage.googleapis.com/opensourceprojects/RabbitMQ/RabbitHub.pdf.
> I'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're not looking at just simple HTML with
> this.
>
> Regards,
> Brett
>
> On Thu, Oct 25, 2012 at 7:00 AM, McMahon, James S (TASC)
> <james.mcmahon at tasc.com> wrote:
>>
>>      I'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?
>>
>> Thanks in advance for your thoughts.  - Jim
>>
>> CONFIDENTIALITY NOTICE: This message and any attachments or files
>> transmitted with it (collectively, the "Message") 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.
>>
>>
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list