Top "Spring-websocket" questions

A Spring Framework module that support WebSocket-style messaging in web applications (native websocket and with SockJS support), including use of STOMP as an application level WebSocket sub-protocol.

Spring Stomp @SubscribeMapping("/user/...") with User Destination doesn't work

I need to react on a user destination subscription. Example: A user subscribes to /user/messages, because he wants to …

spring websocket stomp spring-4 spring-websocket
Sending images/files over Sockjs + Spring Websocket + Stomp

I am working on a messaging application using Spring websockets(STOMP as a sub-protocol) and Sockjs. I should provide support …

javascript stomp spring-websocket sockjs
How to implement WebSocketContainer into StandardWebSocketClient class

I am attempting to connect to a SockJs web sockets server via Spring 4.2 WebsocketClient support. This is my client so …

java websocket spring-websocket