使用rabbitmq从浏览器捕获的事件

时间:2017-01-25 11:46:34

标签: javascript websocket socket.io rabbitmq stomp

当我按下页面上的按钮时,我已经使用html创建了一个虚拟网页,此事件应由rabbitmq服务器捕获,其条目应添加到rabbitmq队列中。如何使用stomp web插件或socket.io进行此操作,其中用户名和密码是rabbitmq的访客。

1 个答案:

答案 0 :(得分:0)

我建议create another用户guest guest不安全。

如果您想为guest用户启用外部IP,请参阅:RabbitMQ 3.3.1 can not login with guest/guest

要通过HTTP使用STOMP,您必须启用web_stomp plugin

rabbitmq-plugins enable rabbitmq_web_stomp

same page中,您可以找到完整的示例。

同时检查此存储库: https://github.com/rabbitmq/rabbitmq-web-stomp-examples/tree/stable