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-boot tomcat is able to offer only lesser than 10,000 connections?

I am testing the server with spring-boot. However, I got some problems during doing test. my test is How many …

spring tomcat spring-boot spring-websocket
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
Zuul with web socket

We currently have a direct Websocket connection that goes to a backend webservice from our UI Application. Now when we …

spring spring-boot spring-cloud spring-websocket netflix-zuul
Spring Websockets @SendToUser without login?

I have a simple spring application with websocket functionality and everything works so far. Now I want to send a …

java spring spring-security spring-websocket spring-messaging
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
javax.servlet.ServletException: Not running on Jetty, JSR-356 support unavailable

I am facing a problem while deploying a war on to tomcat instance, Tomcat version details, D:\Kiran\Kiran\Softwares …

java spring tomcat 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
Connect with iOS and Android clients to SockJS Backend

I'm developing WebSocket messaging backend using Spring WebSockets, which uses SockJS + STOMP protocol. The reason why not to use plain …

java android ios spring spring-websocket
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
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