spring-boot-websocket-client icon indicating copy to clipboard operation
spring-boot-websocket-client copied to clipboard

Websocket Connection to an external Url Server

Open amonemian opened this issue 7 years ago • 1 comments

Hi dear Niels,

As I understood, you are aware of the routing path in Server side. (session.subscribe("/topic/greetings", this)) 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.

amonemian avatar Dec 10 '17 15:12 amonemian

Hi amonemian, I have the same issue. Have you resolved it?, many thanks.

alanraimondi avatar May 30 '22 17:05 alanraimondi