[rabbitmq-discuss] Help for RabbitMQ-Web-Stomp

Marek Majkowski majek04 at gmail.com
Thu Jun 21 11:57:59 BST 2012


On Thu, Jun 21, 2012 at 3:09 AM, truelie <youpingl at sina.com> wrote:
>
> A screenshot of the network tab from chrome inspector of send.html:

Thanks, now it's clear.

SockJS misbehaves, this is caused by the fact you're running your
html from file:// address, ie: without a web server.

In theory SockJS should work in such case, I'll try to trace why it doesn't.

Please, consider serving your html file from http:// web server in the
meaintime.

I might suggest using simple built-in python web server:

  python -m SimpleHTTPServer

Thanks for reporting this!

Marek


More information about the rabbitmq-discuss mailing list