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

Websocket Connection to an external Url Server #1

Open
amonemian opened this issue Dec 12, 2017 · 0 comments
Open

Websocket Connection to an external Url Server #1

amonemian opened this issue Dec 12, 2017 · 0 comments

Comments

@amonemian
Copy link

Hi dear Jay,

As I understood, you are aware of the routing path in Server side.
( stompSession.send("/app/hello", jsonHello.getBytes());)
I want to establish a websocket connection to an external websocket server url (I don't have access to the server). I have already implemented a javax.websocket ClientEndpoint which can correctly connect to the server, but I want to handle it via Spring (the persistent connection in web).

I have visited different pages like you, which simply created a client-server connection, with the specific server routes and subscriptions . But the problem is I want to just make a persistent websocket via Spring, without the knowledge from the server paths.

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

1 participant