[rabbitmq-discuss] Web-Stomp Plugin browser support
Randy Kang
randeep at pubnub.com
Thu Sep 12 21:54:08 BST 2013
if you can't get SockJS to work on IE9, you can try my adapter instead. i just published it on github and it connects RabbitMQ to web and mobile clients. there's a tutorial and code samples on this blog post:
http://www.pubnub.com/blog/extend-rabbitmq-into-mobile-and-web-using-pubnub/
the adapter works as an AMQP client to consume/produce with RabbitMQ and it works as a web client to publish/subscribe to the PubNub network. then the PubNub network connects to any mobile/web clients on the appropriate channel.
On the browser side, you can just use PubNub's simple api to publish/subscribe.
--
thanks,
randy kang
developer/evangelist
PubNub
650-260-5264
On Sep 12, 2013, at 8:51 AM, Matthias Radestock <matthias at rabbitmq.com> wrote:
> Geoffrey,
>
> On 10/09/13 10:01, Geoffrey Cleaves wrote:
>> The RabbitMQ plugin page states the following however I can't get
>> Internet Explorer 9 to work. Are older browsers truly magically enabled
>> to work with "websockets"?
>>
>> SockJS is a WebSockets poly-fill that provides a WebSocket-like
>> JavaScript object in any browser. It will therefore work in older
>> browsers that don't have native WebSocket support, as well as in new
>> browsers that are behind WebSocket-unfriendly proxies.
>
> Well, https://github.com/sockjs/sockjs-client#supported-transports-by-browser-html-served-from-http-or-https says that IE9 works. It is possible that the sockjs version in rabbit is too old, but your best bet is to report the problem to the sockjs developers.
>
> Regards,
>
> Matthias.
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130912/7a6f8c82/attachment.htm>
More information about the rabbitmq-discuss
mailing list