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

STOMP client can't connect to STOMP server with non root path #74

Open
AntonPozdeev opened this issue Dec 9, 2021 · 2 comments
Open

Comments

@AntonPozdeev
Copy link

AntonPozdeev commented Dec 9, 2021

Describe the feature

We have a STOMP server, that is created on some path, for example localhost:8080/watchApi/myStompServer

It is often case when API Gateway approach used in microservice communication.

I have seen the similar ticket #8 , but using non root path was added for STOMP server, not for STOMP client.

I would prefer to connect using the next way:

StompClientConnection stompClientConnection = StompClient.create(vertx).connect(80, "loclahost", "/watchApi/myStompServer").result();
stompClientConnection.subscribe("/foo", ... );

which is very common for websocket.

@flupec
Copy link

flupec commented Dec 9, 2021

@AntonPozdeev it will be very helpful to use Vert.x for communication via stomp subprotocol, not only for raw websocket usecase

@sabinaisayeva
Copy link

Hi.
Is this issue resolved? Is there any way to connect to Server with non root path?

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

No branches or pull requests

3 participants