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: send message to websocket clients

I'm building a webchat with Spring Boot, RabbitMQ and WebSocket as POC, but I'm stucked a the last point: WebSockets …

java spring spring-boot rabbitmq spring-websocket
Spring 4 websocket without STOMP,socketjs

I am trying to test websocket without using socketjs library and also i don't want to add any stomp connection. …

spring websocket stomp spring-4 spring-websocket
How to get Session Id in Spring WebSocketStompClient?

How to get session id in Java Spring WebSocketStompClient? I have WebSocketStompClient and StompSessionHandlerAdapter, which instances connect fine to websocket …

java spring session stomp spring-websocket
Spring websocket getting 404 not found

I am trying to create an websocket endpoint with spring. But Whenever I am trying to connect from the client …

java websocket spring-websocket
WebSocketStompClient won't connect to SockJS endpoint

I'm playing around with the new (as of version 4.2) java STOMP client support. My starting point is the getting started …

java spring spring-websocket
How to get/set the principal and session attributes from Spring 4 stomp websocket methods

I'm doing experiments with Spring 4 websockets and stomp, and I have a hard time figuring out how to get/set …

spring websocket stomp spring-messaging spring-websocket
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
Spring Websocket in a tomcat cluster

In our current application, we use Spring Websockets over STOMP. We are looking to scale horizontally. Are there any best …

spring spring-mvc spring-websocket
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
403 Forbidden Spring Boot Web Socket Call

I am using Spring Boot 1.3.0.RELEASE. My code is based on the Starting Guide for websocket in Spring Boot using …

spring websocket spring-boot cors spring-websocket