130 Commits (7e1e99d272111862079970c5cb18b3b9e3906861)

Author SHA1 Message Date
Rossen Stoyanchev 92dad1849f Rename @[Path/Destination]Variable in spring-messaging 11 years ago
Phillip Webb a1529d498e Fix possible GenericMsgTemplate race condition 11 years ago
Rossen Stoyanchev fcecd0328a Collapse messaging.simp.handler into messaging.simp 11 years ago
Rossen Stoyanchev 307bf4bede Add messaging.simp.user package 11 years ago
Rossen Stoyanchev 89455c00f6 Create messaging.simp.broker package 11 years ago
Juergen Hoeller 7a154e8e98 Renamed handler.support to handler.invocation 11 years ago
Juergen Hoeller c4163c7475 Moved messaging.support.converter to messaging.converter; moved messaging.support.tcp to messaging.tcp; moved messaging.support.channel to messaging.support itself; moved handler.condition to handler itself; reworked handler.method into handler.support 11 years ago
Rossen Stoyanchev 947f3d4b2b Update Javadoc, add tests and polish spring-messaging 11 years ago
Rossen Stoyanchev 47ef45d152 Polish websocket xml namespace 11 years ago
Brian Clozel 10f5d96a78 Add XML namespace for WebSocket config 11 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 11 years ago
Phillip Webb 15698860e1 General polish of new 4.0 classes 11 years ago
Rossen Stoyanchev 690051f46c Add ability to customize message channels 11 years ago
Phillip Webb a31ac882c5 Fix various javadoc warnings 11 years ago
Rossen Stoyanchev ce3e55743f Extract IdGenerator into a top-level class 11 years ago
Eric Dahl e9f78f6043 Fix various typos 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Rossen Stoyanchev 4de3291dc7 Consolidate websocket/messaging code 11 years ago
Rossen Stoyanchev 35b9b8400b Rename @SubscribeEvent to @SubscribeMapping 11 years ago
Rossen Stoyanchev 6802f813de Polish STOMP codec 11 years ago
Andy Wilkinson e84885c655 Update STOMP decoder to handle incomplete frames 11 years ago
Rossen Stoyanchev df5d22e120 Improve logging in spring-messaging 11 years ago
Rossen Stoyanchev 72dec7d0fe Add default destination for @SendTo methods 11 years ago
Rossen Stoyanchev 5915b23e8a Rename method in MessageBrokerConfigurer 11 years ago
Rossen Stoyanchev 2a6c1f75e7 Simplify determination of SockJS path 11 years ago
Rossen Stoyanchev 6a18daea33 Return AbstractSubscribableChannel from @Bean methods 11 years ago
Rossen Stoyanchev 0340cc5f03 Update user destinations handling 11 years ago
Rossen Stoyanchev c6c5555034 Use final keyword in MessageHeaders 11 years ago
Sam Brannen c3afda3992 Delete unnecessary @SuppressWarnings("unused") 11 years ago
Rossen Stoyanchev a640d84961 Fix issue in AbstractMethodMessageHandler 11 years ago
Rossen Stoyanchev 164a9f938c Update the Jetty WebSocket adapter 11 years ago
Sam Brannen bf9ec78c5d Polish spring-messsaging 11 years ago
Brian Clozel 6d00a3f0ee Add support for WebSocket Protocol Extensions 11 years ago
Phillip Webb 12e896ed8b Polish 11 years ago
Rossen Stoyanchev b8809daf5f Refactor HandlerMethod support in spring-messaging 11 years ago
Rossen Stoyanchev 4892a27016 Add STOMP broker relay unit tests 11 years ago
Rossen Stoyanchev bfa6645c7d Make changes for timing related test failures 11 years ago
Rossen Stoyanchev 2d78a066fb Add ListenableFuture to TcpOperations connect methods 11 years ago
Rossen Stoyanchev f3ca3c108c Switch to reactor snapshots and make use of API change 11 years ago
Rossen Stoyanchev 8917821e95 Polish GenericMessage 11 years ago
Rossen Stoyanchev 92a48b72d7 Polish (minor) 11 years ago
Phillip Webb 59fcf5014f Increase timeout for Stomp integration tests 11 years ago
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