Commit Graph

9623 Commits

Author SHA1 Message Date
Mark Fisher
5fcaaf246b INT-1125 logging skipped JMSX properties at TRACE level instead of WARN 2010-05-07 04:02:21 +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
c4ede7d518 INT-1056 added support for configurable ClientInterceptors on the AbstractWebServiceOutboundGateway 2010-05-07 02:25: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
d5efdde2c5 INT-958: remove timeout references in user guide 2010-05-06 16:53:27 +00:00
David Syer
06129ede7e INT-603: added custom comparator to resequencer 2010-05-06 15:37:18 +00:00
Gary Russell
37ac39b19c INT-1008 Additional test for outbound tcp gateway. 2010-05-06 15:33:45 +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
David Syer
a8d9c4cfc2 INT-1052: add schema scripts for common platforms 2010-05-06 08:59:13 +00:00
David Syer
d6a849d9b7 INT-1103: forgot ivy.xml 2010-05-06 08:41:30 +00:00
David Syer
ed5896d770 INT-1103: meissing files from previous commit 2010-05-06 08:26:11 +00:00
David Syer
1365b3785c INT-1103: Added XML support for JdbcMessageStore 2010-05-06 08:19:29 +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
341a5c02f8 INT-1011, INT-1022, INT-1023 added overwrite attributes for JMS header-enricher, added support for SpEL expression in the header enricher elements, and refactored header-mapping so that numeric types convert to Strings for jmsCorrelationId 2010-05-05 17:06:00 +00:00
Mark Fisher
3415ad7ab8 INT-1011 added overwrite attributes for header-enrricher 2010-05-05 16:43:30 +00:00
Mark Fisher
da7d6dcfc0 added overwrite attributes for header-enrricher 2010-05-05 16:39:34 +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
Mark Fisher
85c3263e1e INT-1076 added support for the 'ignore-channel-name-resolution-failures' attribute on <xpath-router/> elements. 2010-05-04 14:31:20 +00:00
Mark Fisher
2da44cf041 removed 'excluding' attribute from .classpath 2010-05-04 14:11:06 +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
Oleg Zhurakousky
bd0cd1ff03 INT-1111, documented the change 2010-05-03 22:13:19 +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