Top "Stomp" questions

STOMP is a simple interoperable protocol designed for asynchronous message passing between clients via mediating servers.

Path variables in Spring WebSockets @SendTo mapping

I have, what I think to be, a very simple Spring WebSocket application. However, I'm trying to use path variables …

java spring websocket stomp sockjs
What is the difference between WebSocket and STOMP protocols?

What are the major differences between WebSocket and STOMP protocols?

websocket stomp
Could not autowire. No beans of SimpMessagingTemplate type found

I am configuring Websockets in Spring basically by following the guide provided in the documentation. I am currently trying to …

java javabeans autowired stomp spring-messaging
Spring WebSocket @SendToSession: send message to specific session

Is it possible to send a message to specific session? I have an unauthenticated websocket between clients and a Spring …

java spring spring-mvc stomp spring-websocket
Set up a Stomp client in android with Spring framework in server side

I am developing an android application that exchanges data with a jetty server configured in Spring. To obtain a more …

android spring websocket stomp
WebSocket Stomp over SockJS - http custom headers

I'm using stomp.js over SockJS in my javascript client. I'm connecting to websocket using stompClient.connect({}, function (frame) { stomp …

spring websocket stomp sockjs stompjs
Sending message to single person using Spring STOMP websockets

On the internet I've found some info on how to accept and send messages using Spring and STOMP, however I …

spring spring-mvc websocket stomp
Stomp over socket using sockjs can't connect with Spring 4 WebSocket

Trying to use Spring 4 WebSocket with STOMP over socket using sockjs. And i faced a problem. My configuration: websocket.xml …

java spring-mvc stomp sockjs spring-websocket
How to tell when a Stomp server disconnected from the Stomp.JS client

I am sending a stomp message over a Sock.JS client. When I disconnect the server I would like a …

stomp sockjs
Disconnect client session from Spring websocket stomp server

I've searched quite a bit and been unable to find this: Is there a way that a spring websocket stomp …

spring spring-boot stomp spring-websocket