Top "Spring-messaging" questions

A Spring Framework module providing APIs and base classes for messaging.

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
Does Spring @SubscribeMapping really subscribe the client to some topic?

I am using Spring Websocket with STOMP, Simple Message Broker. In my @Controller I use method-level @SubscribeMapping, which should subscribe …

spring stomp messagebroker spring-websocket spring-messaging
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
DefaultJmsListenerContainerFactory and Concurrent Connections not shutting down

I am using Spring 4.x's DefaultJmsListenerContainerFactory in order to connect to an ActiveMQ Queue, process the messages from that queue …

spring jms activemq spring-jms spring-messaging
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
How to use a custom message from my .properties file, but using the parameters provided by the @Size annotation?

That should be a simple problem but I couldn't find a straight forward solution. I'm using the Spring Message Resource …

java spring spring-mvc spring-messaging
The functionality of @Service annotation in Spring

This is a kind of "what is @Service annotation?" question, but with another approach. Because, I am not sure what …

java spring spring-mvc service spring-messaging
Check auth while sending a message to a specific user by using STOMP and WebSocket in Spring

I'm developing a realtime notification system in Spring 4 by using a build-in Message Broker, and STOMP over WebSocket. I would …

spring websocket stomp spring-messaging
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
Spring Stomp @SendToUser with unauthenticated user not working

I'm trying to respond to an unauthenticated user using @SendToUser. Spring 4.1.1 I'm using a newly created Spring Boot application and …

spring spring-mvc stomp spring-websocket spring-messaging