videlalvaro / rabbitmq-websockets

RabbitMQ Plugin that bridges AMQP to Websockets
MIT License
32 stars 4 forks source link

Not receiving messages over websocket #2

Open danbim opened 12 years ago

danbim commented 12 years ago

Hi there,

as I don't know where to ask questions if I did everything correct I thought I might as well simply file an issue. I installed the rabbitmq-websockets plugin as explained in the tutorial and tried out both the integrated web site and the site included in https://github.com/videlalvaro/rmq_ws_test. I was unsuccessful to receive any message through the websocket. The latter project event isn't able to connect although it seems I'm doing everything right.

In parallel to the websocket client I have both an instance of the python emit_log and receive_log publish subscribe programs running to verify the correct functioning of my setup. It works fine.

Also, I can't find any log messages in the standard rabbitmq log file.

Do you have any hints left for me on how to proceed?

Best regards, Daniel

videlalvaro commented 12 years ago

Perhaps something changed on the Erlang AMQP client. I haven't worked on this project for over half a year so I'm not sure. I'll take a look later.

Maybe you can take a look at this project from the RabbitMQ guys: http://www.rabbitmq.com/blog/2011/09/13/sockjs-websocket-emulation/