902 Commits (96526dbf03cf807282e3515dd0aa337331236618)

Author SHA1 Message Date
Rossen Stoyanchev d2eff4ead6 Improve GenericMessage.toString() 11 years ago
Rossen Stoyanchev 61d13547e1 Remove @UnsubscribeEvent 11 years ago
Rossen Stoyanchev 715a11ce8c Polish AnnotationMethodMessageHandler and annotations 11 years ago
Brian Clozel fb586da673 Support @PathVariable in annotated message handling methods 11 years ago
Rossen Stoyanchev be4e5d2841 Add SimpleMessageConverter 11 years ago
Rossen Stoyanchev a53233b351 Fix issue in AbstractMessagingTemplate 11 years ago
Rossen Stoyanchev 29934d7c02 Add TCP abstractions to spring-messaging 11 years ago
Rossen Stoyanchev a172b32d4c Refactor STOMP relay session 11 years ago
Rossen Stoyanchev 17aea892f0 Fix issue with forwarding messaging to STOMP broker 11 years ago
Rossen Stoyanchev 4e3390ae04 Upgrade to reactor 1.0 RC1 and remove MessageChannel 11 years ago
Juergen Hoeller 187b681b9e Consistency between InvocableHandlerMethod in web and messaging modules 11 years ago
Rossen Stoyanchev bcfbd862c7 Add value() attribute to @Payload 11 years ago
Rossen Stoyanchev 70dfec269b Use alternative UUID strategy in MessageHeaders 11 years ago
Rossen Stoyanchev 57d127b55a Validate if STOMP frame is allowed to have a body 11 years ago
Rossen Stoyanchev 7c3749769a Add STOMP broker relay to configure "host" header 11 years ago
Juergen Hoeller 3bd6dfe047 Autowiring of generic types 11 years ago
Rossen Stoyanchev 8ae88c20d1 Add support for resolving message headers 11 years ago
Rossen Stoyanchev 7d3b6497b5 Add support for MIME-based message conversion 11 years ago
Rossen Stoyanchev 824cb9f8cd Polish MessageBuilder 11 years ago
Andy Wilkinson 41e411a8a5 Introduce new HEARTBEAT message type 11 years ago
Andy Wilkinson a7f735b50a Make the broker relay heartbeat intervals configurable 11 years ago
Andy Wilkinson ba11af7f11 Improve broker relay's shutdown and availability events 11 years ago
Rossen Stoyanchev 6ddacdc01d Fix issue in simple broker with peer-to-peer messages 11 years ago
Rossen Stoyanchev 48caeef4de Polish and fix issues in STOMP broker relay 11 years ago
Andy Wilkinson 34dd844716 Polishing 11 years ago
Andy Wilkinson 5025c304b8 Introduce CONNECT_ACK message type 11 years ago
Andy Wilkinson b2f31a3c74 Improve handling of send failures 11 years ago
Rossen Stoyanchev c06ea3b437 Polish logging 11 years ago
Rossen Stoyanchev 469aaa8754 Polish 11 years ago
Andy Wilkinson 6679feb77b Improve handling of missed heartbeats 11 years ago
Andy Wilkinson 496d8321c3 Add heart-beat support to STOMP broker relay 11 years ago
Andy Wilkinson 8d2a376b0f Remove CONNECT-related message buffer from STOMP relay 11 years ago
Andy Wilkinson a489c2cf38 Add StompCodec 11 years ago
Rossen Stoyanchev 45eab23e15 Rename @ReplyTo to @SendTo 11 years ago
Sam Brannen 41fa15a484 Polish Javadoc for messaging annotations 11 years ago
Rossen Stoyanchev 62921683fd Introduce ListenableFuture to WebSocketClient 11 years ago
Rossen Stoyanchev 71e76196fe Polish StompProtocolHandler 11 years ago
Rossen Stoyanchev 1c47c8f35c Remove TODOs (replaced with JIRA tickets) 11 years ago
Juergen Hoeller 8a4c6eb605 Fixed accidental use of Reactor's Assert util 11 years ago
Rossen Stoyanchev 30d2f783a7 Modify return type of subProtocolWebSocketHandler bean 11 years ago
Rossen Stoyanchev 0ac6998e60 Refine destination semantics for msg-handling methods 11 years ago
Rossen Stoyanchev e1a46bb57a Add tests to spring-messaging 11 years ago
Rossen Stoyanchev 79ddba5d01 Polish WebSocket integration tests 11 years ago
Rossen Stoyanchev fee3148b0f Add Tomcat WebSocket integration tests 11 years ago
Rossen Stoyanchev e21bbdd933 Polish WebSocket/STOMP Java config 11 years ago
Rossen Stoyanchev 5d69700515 Remove incorrect package import 11 years ago
Rossen Stoyanchev cbdb99c042 Add basic javadoc to spring-messaging annotations 11 years ago
Rossen Stoyanchev 39ff1e2c53 Add StompProtocolHandler tests 11 years ago
Andy Wilkinson 364bc35709 Use correct header for version in CONNECTED frame 11 years ago
Rossen Stoyanchev 80812d30d4 Protect STOMP passcode from showing up in logs 11 years ago