Commit Graph

3184 Commits

Author SHA1 Message Date
David Syer
0ddd0c841f Document and test UUIDConventer 2010-04-28 13:45:45 +00:00
David Syer
a557123cbb fix ws pom 2010-04-28 08:24:37 +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
bfbf660ea3 RESOLVED - issue INT-1102: Add timestamp to JdbcMessageStore 2010-04-27 12:15:21 +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
0538d64a8f RESOLVED - issue INT-1010: Implement JdbcMessageStore
http://jira.springframework.org/browse/INT-1010
RESOLVED - issue INT-1050: MessageStore: get message by ID 
http://jira.springframework.org/browse/INT-1050
RESOLVED - issue INT-1099: Use UUID as primary key in JdbcMessageStore 
http://jira.springframework.org/browse/INT-1099
2010-04-26 16:47:12 +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
Mark Fisher
920e6d6c19 INT-1094 refactored calls to getName() in File Channel Adapter tests and TestUtils 2010-04-25 23:49:35 +00:00
Mark Fisher
da7b3b5260 INT-1094 RmiInboundGateway now calling getName() against AbstractMessageChannel rather than the interface method. 2010-04-25 23:46:41 +00:00
Mark Fisher
c253a23be6 INT-1094 Security code now calling getName() against AbstractMessageChannel rather than the interface method. 2010-04-25 23:19:43 +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
a6aff09329 INT-1094 postProcessor checking for beanName instead of channel.getName() 2010-04-25 05:23:06 +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
38d37a9e59 INT-1092 adding spring.tooling for the JDBC adapter module 2010-04-22 17:00:30 +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
Gary Russell
6e596a2c3f Increase timeouts on UDP and JMS topic backed tests. 2010-04-20 22:19:38 +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
629270c60b initial commit of JMX sample 2010-04-19 22:56:25 +00:00
Mark Fisher
acb90da0ee initial commit of JMX sample 2010-04-19 22:56:12 +00:00
Mark Fisher
5d9ddcd916 added org.springframework.expression to template.mf 2010-04-19 19:12:02 +00:00
Mark Fisher
a9870d2b90 specifically unwrapping MessagingException and ExpressionException rather than any Exception that begins with 'org.springframework' 2010-04-19 18:53:51 +00:00
Gary Russell
1a39c27c5b INT-1008 Documentation for Simple TCP Inbound Gateway 2010-04-17 20:38:02 +00:00
Gary Russell
c697c1ea45 INT-1008 Simple TCP Inbound Gateway; incl tests and namespace parser tests 2010-04-17 19:52:03 +00:00
Gary Russell
1387dbfe83 Test buffer reset 2010-04-17 16:46:14 +00:00
Gary Russell
4713091555 Always reset direct buffer when reused. 2010-04-17 16:45:50 +00:00
Gary Russell
6ceec19ef3 Fix JDK6/5 problem w/ IOException 2010-04-16 23:31:13 +00:00
Gary Russell
db26f74750 tcp/ip - NIO - improve direct buffer management; fix thread safety for non-direct buffers. 2010-04-16 23:17:31 +00:00
Gary Russell
87d994cd6d INT-1008 Simple TCP Inbound Gateway - Initial Commit 2010-04-15 22:25:58 +00:00
Mark Fisher
a2be1fccad INT-993 unwrapping Exceptions for inbound Web Service gateways 2010-04-15 22:14:23 +00:00
Mark Fisher
c0b1cd6517 reverted slash removal in file directory path test config 2010-04-15 19:22:54 +00:00
Mark Fisher
8b1ec5b2e2 INT-1044 added support for form data Maps in HTTP POST requests 2010-04-15 19:13:28 +00:00
Mark Fisher
8538c8f4cb removed extra slash and unused duplicate config file 2010-04-14 02:02:36 +00:00