Skip to content Skip to sidebar Skip to footer
Showing posts with the label Stomp

No Cookies During /info Request Using Sockjs And Stomp

I'm trying to use Spring Security with websockets. As an example I'm using spring-websocket… Read more No Cookies During /info Request Using Sockjs And Stomp

Is It Possible To Send Binary Data With Stomp Over Websockets Using Spring-websockets?

I am able to send and receive JSON with STOMP over WebSockets following spring documentation. Howev… Read more Is It Possible To Send Binary Data With Stomp Over Websockets Using Spring-websockets?