sockjs / sockjs-client

WebSocket emulation - Javascript client
MIT License
8.43k stars 1.3k forks source link

Webstomp not working after RabbitMQ upgrade #459

Closed Textras closed 5 years ago

Textras commented 5 years ago

Hi there. We are no longer able to connect to webstomp via sock.js after RabbitMQ upgrade to 3.7 and wondering if there are any changes we may be missing?

This worked on previous version (3.6.x) on the same server. Webstomp used to work fine, it only stopped working since our RabbitMQ version upgrade. The stomp and webstomp plugins show as enabled in CLI.

We can successfully connect over websocket, example with this URL ws://142.93.184.186:15674/ws However, http://142.93.184.186:15674/stomp no longer works.

Very perplexed. Any helpful suggestions? Also tried various other ports like 15672.

Running this test on DO using Rancher. We use Sock.JS 1.1.5. Will upgrade and test again but the changelog does not indicate anything that would relate.

Textras commented 5 years ago

Apparently the RMQ STOMP over web-sockets plugin no longer supports SockJS. Closing.