Top "Stomp" questions

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

Multiple rooms in Spring using STOMP

Is it possible to create rooms with STOMP and Spring 4? Socket.IO has rooms built in, so I'm wondering if …

spring websocket stomp spring-websocket
How to secure websocket application [Spring boot + STOMP]

Good morning, I've created a simple Spring Boot WebSocket application. Right now I would like to set some security to …

spring-boot spring-security websocket stomp sockjs
Difference between /topic, /queue for SimpleMessageBroker in Spring Websocket + SockJS

Is there a clarification, what is the differences between /topic, /queue etc. for Spring Websocket + SockJS in case I am …

java spring stomp spring-websocket sockjs
SimpMessagingTemplate not sending messages in spring boot

Hi all I am trying to send messages to Stomp Endpoints but I not getting any.I am using spring …

java spring spring-boot stomp
How to find all users subscribed to a topic in spring websockets

When making something like a chat application using Spring Websockets, it is useful to know who all is subscribed to …

spring stomp spring-websocket
Spring 4 AbstractWebSocketMessageBrokerConfigurer With SockJS Not Negotiating Transport Properly

So I must say that all of the websocket tutorials/examples appear to be so easy, but it seems you …

spring websocket stomp sockjs spring-websocket
STOMP Spring WebSocket message exceeds size limit

I am implementing Spring WebSocket into our Spring MVC web application. However I am running into message over size limits …

java spring-mvc spring-websocket stomp sockjs
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. However performance is poor at …

javascript spring websocket stomp spring-websocket
how to capture subscribe event in my webSocket server with Spring 4

I did a simple web socket communication with spring 4, STOMP and sock.js, following this https://spring.io/guides/gs/…

java spring spring-mvc websocket stomp
Spring stomp websockets with vue.js

I'm trying to use Spring websockets (STOMP) with Vue but can't figure out how to do it or if it's …

javascript spring vuejs2 stomp spring-websocket