[rabbitmq-discuss] Stomp Javascript Client
Uday Subbarayan
uday.subbarayan at yahoo.com
Thu May 10 02:23:33 BST 2012
Marek,
Just to be clear...what is the configuration here?
a) Browser/Javascript----web socket-----> Node.js+RabbitMQ integrated
OR
b) Browser/Javascript----web socket-----> RabbitMQ+ Native WebSocket support
OR
c)Browser/Javascript----web socket-----> Node.js --->RabbitMQ (here we need to take care of installing Node)
Thanks,
-Uday.
________________________________
From: Marek Majkowski <majek04 at gmail.com>
To: Uday Subbarayan <uday.subbarayan at yahoo.com>
Cc: "rabbitmq-discuss at lists.rabbitmq.com" <rabbitmq-discuss at lists.rabbitmq.com>
Sent: Wednesday, May 9, 2012 9:35 AM
Subject: Re: [rabbitmq-discuss] Stomp Javascript Client
On Tue, May 8, 2012 at 10:34 PM, Uday Subbarayan
<uday.subbarayan at yahoo.com> wrote:
> I looked at the Rabbit MQ Stomp adapter:
> http://www.rabbitmq.com/stomp.html
>
> We should be able to push messages directly from RabbitMQ/Stomp to browser
> if we have a Javascript client which can connect to Rabbit. Am I correct? We
> don't need Node.js as a broker in the middle, right?
Uday,
I'm not sure how familiar you are with our build process, but we have a
RabbitMQ-Web-Stomp plugin in the works, which does exactly what
you want - exposes STOMP by using SockJS (ie: websockets).
Take a look at the code:
https://github.com/rabbitmq/rabbitmq-web-stomp
https://github.com/rabbitmq/rabbitmq-web-stomp-examples
Alternatively, wait until we'll formally release it :)
Cheers,
Marek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120509/1c8c9eb3/attachment.htm>
More information about the rabbitmq-discuss
mailing list