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

Demonstrates a Spring Boot Websocket + Stomp service with both a JavaScript and Java client

Results 2 spring-boot-websocket-client issues
Sort by recently updated
recently updated
newest added

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...

It's good to see I wasn't the only one having some real issues with Spring's STOMP client. Have you been able to figure out how to do automatic reconnects? I...