Commit Graph

1196 Commits

Author SHA1 Message Date
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
Mark Fisher
4f56f3650b INT-842 moved AbstractRemotingGatewayParser to the core 'config.xml' package and renamed AbstractInboundGatewayParser 2010-04-30 23:15:08 +00:00
Mark Fisher
e0cc920d56 INT-842 moved gateway support base classes to core gateway package 2010-04-30 23:03:54 +00:00
Mark Fisher
2eda315aa6 INT-842 moved AbstractRemotingOutboundGatewayParser to core config.xml package and renamed AbstractOutboundGatewayParser 2010-04-30 22:01:08 +00:00
Jeremy Grelle
db2b3494e8 Resolution of Jackson should be optional. 2010-04-30 20:45:08 +00:00
Mark Fisher
43dd81ff45 added NamedComponent interface, continuing simplification of MessageHistory 2010-04-30 20:11:18 +00:00
David Syer
7ddd773550 UPdate Eclipse meta-data to prevent Java compiler version mayhem 2010-04-30 06:06:01 +00:00
Mark Fisher
fd6a77a9d1 not tracking history for beans that have no explicit id 2010-04-30 03:25:38 +00:00
Mark Fisher
477e8e1a9e simplifying MessageHistory 2010-04-30 03:15:26 +00:00
Mark Fisher
c9eca95ace simplifying MessageHistory 2010-04-30 02:07:17 +00:00
Mark Fisher
486742f64f refactoring request/reply gateway code 2010-04-30 01:38:04 +00:00
Mark Fisher
2feb6bf81c clearing thread-local queue before each test method 2010-04-29 19:29:16 +00:00
Mark Fisher
7f30b6dc1d INT-1108 updated all .classpath and .project files for m2eclipse usage 2010-04-29 15:09:46 +00:00
Mark Fisher
d27502650f INT-1107 POJO Aggregator can return a Message without that being wrapped in another Message. 2010-04-28 22:21:53 +00:00
David Syer
b8e5d36ca1 OPEN - issue INT-1105: remove behaviour from MessageGroup. Still one test to fix.... 2010-04-28 15:31:11 +00:00
David Syer
5641257155 OPEN - issue INT-1063: MessageStore: correlation and grouping API
Fix stupid concurrent modification exception
2010-04-28 13:59:56 +00:00
David Syer
44bf52eaf4 OPEN - issue INT-1063: MessageStore: correlation and grouping API
Here is something that works, but there is more work to do in simplifying the CorrelatingMessageHandler and friends
2010-04-28 13:54:24 +00:00
David Syer
0ddd0c841f Document and test UUIDConventer 2010-04-28 13:45:45 +00:00
David Syer
548e81bb7c OPEN - issue INT-1063: MessageStore: correlation and grouping API
https://jira.springsource.org/browse/INT-1063
2010-04-28 08:00:00 +00:00
Mark Fisher
d634a4a423 INT-1101 removed list() and purge() methods from ThreadLocalChannel 2010-04-27 14:19:04 +00:00
David Syer
42113a497c RESOLVED - issue INT-1058, INT-1098: message ID is unique to an immutable instance 2010-04-27 11:58:37 +00:00
Mark Fisher
c9c3da0fe7 formatting 2010-04-26 20:20:04 +00:00
Mark Fisher
c139bcf695 INT-1101 removed list() and purge() from the PollableChannel interface 2010-04-26 20:06:20 +00:00
Mark Fisher
4402792abc organized imports 2010-04-26 19:13:14 +00:00
Mark Fisher
c73657112c organized imports 2010-04-26 19:09:57 +00:00
David Syer
193d9b6002 RESOLVED - issue INT-1010, INT-1050, INT-1100 2010-04-26 16:30:22 +00:00
David Syer
dd4afd8cb5 RESOLVED - issue INT-1097 2010-04-26 15:23:53 +00:00
Mark Fisher
417982bf03 adjusted timeout value in gateway test 2010-04-26 00:38:55 +00:00
Mark Fisher
d592ceac7a INT-1094 removed getName() from MessageChannel interface 2010-04-26 00:25:41 +00:00
Iwein Fuld
f3b36361c6 Fixed bounding issue in SimpleMessageStore and introduced UpperBound to avoid code duplication with PriorityChannel 2010-04-25 18:49:39 +00:00
Iwein Fuld
fc96b55cf3 INT-1093:
- Added testcases from the issue
- added convenience method for total completion to MessageGroup
- resolved issue by invoking callback
2010-04-25 17:56:06 +00:00
Mark Fisher
a70ad276db INT-1095 Aggregator now properly handles the resolution of replyChannel by name. 2010-04-25 16:06:41 +00:00
Mark Fisher
09ff5ecc3e INT-1090 Adding tooling annotations to support auto-completion of method names. 2010-04-25 00:10:14 +00:00
Mark Fisher
d622fa2dfe added tests for more than two conflicting header values 2010-04-22 16:37:22 +00:00
Mark Fisher
4dfc783d65 INT-1059 Both DefaultAggregatingMessageGroupProcessor and MethodInvokingMessageGroupProcessor now extend AbstractAggregatingMessageGroupProcessor. The base class provides default header aggregation. For more detail, see its JavaDoc and the AggregatingMessageGroupProcessorHeaderTests. 2010-04-21 01:00:49 +00:00
Mark Fisher
9ac3361529 formatting 2010-04-20 23:37:39 +00:00
Mark Fisher
2510a7ad75 INT-1059 added AbstractAggregatingMessageGroupProcessor 2010-04-20 23:13:10 +00:00
Mark Fisher
5b6b99aa00 formatting 2010-04-20 22:53:17 +00:00
Mark Fisher
82cdaff84a formatting 2010-04-20 22:34:09 +00:00
Mark Fisher
ac2b24c4ee fixed misspelled class/method 2010-04-20 22:24:43 +00:00
Mark Fisher
e890c81a74 formatting 2010-04-20 22:15:25 +00:00
Mark Fisher
92855e0a07 fixed null Message assertion 2010-04-20 21:51:46 +00:00
Mark Fisher
38d588aeb9 formatting 2010-04-20 21:46:16 +00:00
Mark Fisher
7e6591e219 INT-1060 Added @Filter annotation. 2010-04-12 20:03:23 +00:00
David Syer
5f77a0d01d Comment out api dependency 2010-04-12 05:45:59 +00:00
Iwein Fuld
f46a297391 INT-1007: Polish and javadoc for MethodInvokingMessageGroupProcessor 2010-04-11 11:04:07 +00:00