Commit Graph

1195 Commits

Author SHA1 Message Date
Mark Fisher
05d351cf6d INT-1133 AbstractReplyProducingMessageHandler no longer copies headers from the request Message into the reply Message IF the return value from the handler implementation is already a Message instance. 2010-05-08 19:32:30 +00:00
Mark Fisher
e83771e5ed INT-737 DelayHandler now delegates to a configurable MessageStore for storing any Messages awaiting a delayed release. 2010-05-08 17:13:54 +00:00
Mark Fisher
158b525a05 INT-1127 (unable to reproduce) added tests for capacity placeholder 2010-05-08 15:13:15 +00:00
Chris Beams
7c04bc0035 minor generics fix to bypass compilation error during maven build 2010-05-07 14:03:42 +00:00
David Syer
07e339a0e7 INT-1075: add another finally block to CMH 2010-05-07 08:08:17 +00:00
David Syer
326a23d6fe INT-1075: add finally block to CMH 2010-05-07 06:55:47 +00:00
Mark Fisher
a3674da5db INT-785 A method-invoking transformer no longer treats a Map return value as headers (since a Map should be usable as a payload). The newly added support for "ref" and "method" on a <header-enricher/> element support method-invoking header enriching (see INT-1130). For details of the change, view the diff for MethodInvokingTransformerTests in this commit. 2010-05-07 02:49:29 +00:00
Mark Fisher
6b6f01ec57 INT-1130 Added support for 'ref' and 'method' (for Map-returning methods) on the top level <header-enricher/> element. 2010-05-06 20:21:06 +00:00
David Syer
06129ede7e INT-603: added custom comparator to resequencer 2010-05-06 15:37:18 +00:00
David Syer
f0590ed578 INT-1126: rename timeout to expiry 2010-05-06 14:21:50 +00:00
David Syer
9dd8492673 INT-958: add javadocs 2010-05-06 13:23:41 +00:00
David Syer
11a807cf5c INT-958: add convenient parameterless callback for expiring message groups. 2010-05-06 13:08:16 +00:00
David Syer
c9eee5a011 INT-1116: add message-store to XML 2010-05-06 11:51:38 +00:00
David Syer
7f72f94cf6 INT-603: add configurable comparator to Resequencer 2010-05-06 10:49:24 +00:00
David Syer
5bad12c86c Remove irrelevant TODO 2010-05-06 10:08:24 +00:00
David Syer
c00eb6bb0d INT-941: Catch and unwrap in AbstractMessageProcessor 2010-05-06 10:00:04 +00:00
Mark Fisher
02946f9543 INT-1082 handling "$" prefix for MessageHeaders keys in SpEL expressions 2010-05-05 23:12:19 +00:00
David Syer
6b1f18723b INT-1114: Add MessageGroupStore methods to JdbcMessageStore 2010-05-05 17:33:29 +00:00
Mark Fisher
d77785c418 INT-1011 Added 'overwrite' attribute for individual header sub-elements and renamed the top-level attribute to 'default-overwrite' (top level is a fallback if the sub-element does not provide a value). 2010-05-05 16:24:08 +00:00
David Syer
c8f75e9297 INT-1113: fixed with upper bound for grouped messages 2010-05-05 15:47:52 +00:00
David Syer
1f1d35ed5d Merge branch 'work' 2010-05-05 15:17:18 +00:00
David Syer
97436b3f3b Revert "INT-1119: remove reaper attributes from aggregator and resequencer"
This reverts commit 15fde633db17d982daf7e2cf6b5d657b1e0a87f9.
2010-05-05 15:16:59 +00:00
David Syer
3825e6e758 INT-1119: remove reaper attributes from aggregator and resequencer 2010-05-05 15:16:40 +00:00
Mark Fisher
7522726ab9 INT-8 polishing 2010-05-05 13:19:23 +00:00
David Syer
960997694b INT-958: Add explicit setter for callbacks in SimpleMessageStore 2010-05-05 11:11:07 +00:00
David Syer
9b6d5720f8 INT-958: change meaning of timeout parameter in MessageGroupStore 2010-05-05 11:10:54 +00:00
David Syer
396da3c09a INT-1119: added TimeoutCountSequenceSizeReleaseStrategy 2010-05-05 08:44:43 +00:00
David Syer
983fbfede7 Merge branch 'work' 2010-05-05 07:47:27 +00:00
Mark Fisher
84c6202102 INT-1104 added support for 'expression' on the logging-channel-adapter element 2010-05-04 22:50:48 +00:00
Mark Fisher
0b41c9a670 INT-8 added namespace support for Claim Check pattern 2010-05-04 17:30:58 +00:00
Mark Fisher
a7afdd7be6 INT-8 refactored single claim check transformer into separate in/out implementations 2010-05-04 16:28:20 +00:00
Mark Fisher
447355be03 INT-1076 The <payload-type-router/> element no longer accepts an 'ignore-channel-name-resolution-failures' attribute. 2010-05-04 15:28:11 +00:00
David Syer
e9306a3347 Merge branch 'work' 2010-05-04 06:45:51 +00:00
David Syer
5dfa2d48f3 INT-1054: Fix bug in SimpleMesssageStore; INT-1112: Tweak method names in MessageGroupStore 2010-05-04 05:56:42 +00:00
Mark Fisher
f697c2f386 INT-954 added setExpressionSource method 2010-05-03 22:48:24 +00:00
Oleg Zhurakousky
32f030e9f8 INT-500, schema documentation as well as modified tests to match the schema documentation 2010-05-03 22:14:58 +00:00
David Syer
8c2c2ca416 Merge branch 'work' 2010-05-03 08:58:21 +00:00
Oleg Zhurakousky
9850551ddd polishing, removed dead code 2010-05-03 00:41:43 +00:00
Oleg Zhurakousky
74c869032d INT-500, added docs for some attributes (work in progress) 2010-05-03 00:40:51 +00:00
David Syer
aaea737a0b Fix build (wrong field name in tests) 2010-05-02 09:54:58 +00:00
David Syer
ef31de357a INT-1105: re-organize CorrelatingMessageHandler constructors and formatting 2010-05-02 06:11:58 +00:00
David Syer
ee0b597e3b INT-1105: special case for no sequence size (the throttling use case) 2010-05-02 06:11:53 +00:00
David Syer
d04c7008b6 INT-1105, INT-1063: Big merge. Removing old aggregation and correlation stuff, and reaping the reaper. 2010-05-02 04:31:05 +00:00
Oleg Zhurakousky
31970fcf11 INT-1111. Added support for enriching headers when mapping gateway methods 2010-05-01 21:45:55 +00:00
Mark Fisher
4b0ab1cf2f formatting 2010-05-01 15:41:04 +00:00
Mark Fisher
715f994e58 doc updates 2010-05-01 15:39:34 +00:00
Mark Fisher
4173538278 Simplified NullChannel now that getName() has been removed from the MessageChannel interface and list()/purge() have been removed from the PollableChannel interface. 2010-05-01 15:35:23 +00:00
Mark Fisher
423b0b5f02 formatting 2010-05-01 15:15:59 +00:00
Gary Russell
efa7d7fd88 INT-1110 Add Message to MessageMappingException in outbound tcp adapter. Add code to the dispatchers to do the same if a handler does not. 2010-05-01 00:35:37 +00:00
Mark Fisher
b8cfd04ffd INT-842 moved MessageMappingException from 'adapter' module to core 'message' package 2010-04-30 23:33:01 +00:00