Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQ Stomp Endpoint 404 Not Found http://127.0.0.1:15674/stomp #150

Open
agtruworth opened this issue Feb 13, 2019 · 2 comments
Open

Comments

@agtruworth
Copy link

I am using below code to connect with RabbitMQ Stomp
var ws = new SockJS('http://127.0.0.1:15674/stomp');
var client = Stomp.over(ws);
But I get below error in the browser console
GET http://localhost:15674/ws/info 404 Not Found

Please suggest

@skarthik88
Copy link

Am getting 404 Not found exception while trying to connect to stomp server through url http://hostname:15674/stomp.

Rabbit MQ version - 3.8.1
Erlang Version - 22.1

But the same URL is working fine in RabbitMQ 3.5.3 and Erlang 18 version.Am getting a message like "Welcome to Sockjs" after hitting the Stomp server URL

Any suggestion please

Thanks in advance

@nileio
Copy link

nileio commented Aug 27, 2021

RabbitMQ doesn't use SockJS server as backend anymore - they moved to cowboy http / websocket server. Don't need to use SockJS client, use the standard WebSocket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants