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 STOMP over WebSockets not scheduling heartbeats

We have a Spring over WebSockets connection that we're passing a CONNECT frame: CONNECT\naccept-version:1.2\nheart-beat:10000,10000\n\n\u0000 Which …

stomp spring-websocket
How to increase output buffer for spring sockjs websocket server implementation

I have used spring implementation of sockjs websocket server and unable to transmit message over 8KB, following is the error 2014…

spring websocket sockjs spring-websocket
Send Notification to specific user in spring boot websocket

I want to send notification to specific client. e.g username user @Configuration @EnableWebSocketMessageBroker public class WebSocketConfiguration extends AbstractWebSocketMessageBrokerConfigurer { @Override …

java spring spring-boot stomp spring-websocket
How to send ERROR message to STOMP clients with Spring WebSocket?

I am using Spring's STOMP over WebSocket implementation with a full-featured ActiveMQ broker. When users SUBSCRIBE to a topic, there …

java activemq stomp spring-websocket spring-messaging
How to reject topic subscription based on user rights with Spring-websocket

I'm implementing a version of the stock application where the server able to reject topic subscription for certain topic based …

spring spring-security websocket publish-subscribe spring-websocket
How to intercept connection and subscription with Spring Stomp

I need to control connection/disconnection and subscriptions/unsubscriptions of stomp clients in my websocket spring server. This is the …

websocket stomp spring-websocket
Stomp.js is out of date and no longer maintained - which Stomp client to use with Spring Websockets?

I found it surprising that the current documentation for the Spring WebSocket Support directs users to use stomp.js for …

spring websocket stomp spring-websocket java-websocket
Loadbalancing web sockets - AWS Elastic Loadbalancer

I have a question about how to load balance web sockets with AWS elastic load balancer. I have 2 EC2 instances …

amazon-ec2 spring-websocket elastic-load-balancer
How to correctly implement a spring-websocket java client

I am working on a Spring WebSocket Stomp Client for my WebSocket Server and I am getting conflicting information. I …

java spring spring-websocket
Manually set transport type on a Spring + Sockjs application

I need to install an application on a non JEE7 compliant server. I am using Spring + Stomp + SocksJs for realtime …

java spring long-polling spring-websocket sockjs