Commit Graph

7448 Commits

Author SHA1 Message Date
Mark Fisher
98243c32c6 replaced udp with ip in parent pom 2010-02-24 18:23:24 +00:00
Mark Fisher
b58bf8fd2b moving osgi module to sandbox 2010-02-22 21:16:33 +00:00
Mark Fisher
b8f6e6dea2 removing 'udp' module now that it has been replaced by the 'ip' module 2010-02-22 19:26:49 +00:00
Mark Fisher
060744ce9f adding stub for TCP/UDP chapter 2010-02-22 18:40:43 +00:00
Gary Russell
512859f3c7 Inbound tcp channel adapters namespace support and tests. 2010-02-22 00:50:45 +00:00
Gary Russell
d2d1b8f0dd Inbound tcp channel adapters; no outbound yet, nor namespace support. 2010-02-21 05:50:18 +00:00
Mark Fisher
a0871d40f2 INT-987 Channels, dispatchers, and pollers now accept any Executor rather than being restricted to only TaskExecutor implementations. 2010-02-20 19:23:21 +00:00
Mark Fisher
f26df90077 Removed ThreadPoolTaskExecutorParser since it is no longer used. 2010-02-20 19:14:52 +00:00
Mark Fisher
1b746ada6b INT-987 ImapIdleChannelAdapter now accepts any Executor rather than being restricted to only TaskExecutor implementations. 2010-02-20 19:12:11 +00:00
Mark Fisher
9c61503032 INT-991 Now using Spring 3.0.1 SpEL MethodFilters 2010-02-19 23:52:28 +00:00
Mark Fisher
7abbb92fc4 updated Eclipse classpath files for Spring 3.0.1 2010-02-19 22:21:19 +00:00
Mark Fisher
2700036a9f INT-990 upgraded to Spring 3.0.1 2010-02-19 21:17:07 +00:00
Mark Fisher
1a27bc4634 INT-942 Adding annotation-based tests for MethodInvokingMessageProcessor refactored from the ArgumentArrayMessageMapper *from* Message tests. 2010-02-19 20:05:08 +00:00
Oleg Zhurakousky
8b87a4c81c INT-989 2010-02-19 18:18:45 +00:00
Mark Fisher
746b046b24 INT-937, INT-87 Message History (work in progress) 2010-02-19 04:24:51 +00:00
Mark Fisher
a41c862558 MessageHistoryEvent implements Serializable 2010-02-18 14:41:40 +00:00
Mark Fisher
2d5c989ee7 INT-937, INT-87 Message History (work in progress) 2010-02-18 14:33:16 +00:00
Gary Russell
0d15ef88b1 Remove spurious comma from QueueChannel 2010-02-17 22:37:49 +00:00
Iwein Fuld
f92eee81b3 INT-985: made sorting and bounding mutually exclusive 2010-02-15 09:34:38 +00:00
Iwein Fuld
c95763934e INT-985: added constructor arguments for queue size 2010-02-15 07:58:49 +00:00
Gary Russell
084951ef9d Remove unused class UdpSocket 2010-02-13 01:43:16 +00:00
Gary Russell
35f80fb83b Added ip to the main build; removed udp 2010-02-13 01:38:38 +00:00
Gary Russell
92aaadc00f Remove / from 'src' classpath entries in ..file project 2010-02-13 01:35:36 +00:00
Gary Russell
a5123bfe02 Remove @Ignore import 2010-02-13 01:32:28 +00:00
Gary Russell
ed94631288 Rename EndToEnd tests to comply with naming requirements; add stream as a test dependency to ivy.xml 2010-02-12 21:13:37 +00:00
Iwein Fuld
e6d1b2f9c3 INT-947: cleaning out some obsolete code, splitting locking and filtering a bit better. 2010-02-12 19:31:10 +00:00
Iwein Fuld
fec08008ea INT-947: prework moving filtering, scanning, locking into scanner. This opens the door for simplification, particularly around locking. 2010-02-12 15:07:33 +00:00
Iwein Fuld
8ae281bc7b removing CronTriggerTests (as this is covered in Core now) 2010-02-12 12:25:37 +00:00
Gary Russell
d7b03c6959 Separate Multicast tests from Unicast; @Ignore Multicast tests; improve regex escaping on SI prefix. 2010-02-11 19:40:13 +00:00
Jonas Partner
0798aad75c start of JDBC inbound channel adapter INT-790 2010-02-09 21:33:45 +00:00
Oleg Zhurakousky
0c82b8b5cb Added more details to exception messages in OperationInvokingHandler as well as javadoc, few more tests, added entries to ivy and .classpath 2010-02-08 20:55:23 +00:00
Mark Fisher
a07ed6b81d INT-980 added prefix to the Message History element's key in the headers 2010-02-04 23:51:01 +00:00
Oleg Zhurakousky
9b301bf19f INT-981 Added MethodFilter to be invoked by ReflectionUtils.doWithMethods(..) 2010-02-04 19:42:25 +00:00
Mark Fisher
b097f8f595 modified toString() to use Date rather than timestamp (long) and using curly braces to surround each key-value pair instead of commas 2010-02-03 17:58:49 +00:00
Mark Fisher
4d26302dcd INT-793 Changed 'objectName' to 'defaultObjectName' and added a resolution step so that a value in the request Message's headers (with key JmxHeaders.OBJECT_NAME) takes precedence. 2010-02-02 20:33:25 +00:00
Mark Fisher
959a8614a7 INT-978 initial commit of AttributePollingMessageSource 2010-02-02 17:44:33 +00:00
Mark Fisher
59e6821f4e added jmx module to main build 2010-02-02 01:23:54 +00:00
Mark Fisher
c0325aab51 generalized springframework dependency in template.mf 2010-02-02 01:23:28 +00:00
Mark Fisher
f9cb5aa3e5 initial commit for OperationInvokingHandler 2010-02-02 01:03:17 +00:00
Mark Fisher
6a669b9bc5 initial commit for NotificationPublishingAdapter 2010-02-01 23:35:43 +00:00
Mark Fisher
1f22d47b5f initial commit for NotificationListeningAdapter 2010-02-01 21:25:09 +00:00
Mark Fisher
3673410b67 added javax.management to template.mf 2010-02-01 19:51:24 +00:00
Mark Fisher
277c1c7e74 initial commit of JMX module 2010-02-01 15:26:35 +00:00
Iwein Fuld
5ca4376b99 delaying start invocation until after subscription of listeners 2010-01-31 13:24:34 +00:00
Iwein Fuld
a7a29b7f6f INT-922: added original messages and first exception as cause 2010-01-31 12:30:14 +00:00
Iwein Fuld
a16e4aa6bd INT-330:
- Polished some javadoc
 - removed unnecessary dependency on MessageStore from MessageGroup
 - added locking in pruner

INT-971: disabled test from CronTriggerTests to avoid build breakage pending fix.
2010-01-28 10:24:36 +00:00
Mark Fisher
095f31d61c added a TODO to remove the Serializable implementation once we upgrade to 3.0.1 2010-01-26 17:33:31 +00:00
Mark Fisher
c9d865176a INT-962 Exposing configuration properties for the JmsDestinationBackedMessageChannel's underlying MessageListener container and JmsTemplate. Many are now available in the namespace support, but some will still likely be added (the class itself now exposes *everything* that can be configured on both the MLC and template). 2010-01-25 23:44:57 +00:00
Mark Fisher
ece8d6c806 added a warn-level log message in case a MessageListener was already configured on the listener container being used within the message-driven endpoint 2010-01-25 23:08:34 +00:00
Mark Fisher
8550cc67b0 INT-963 DefaultInboundRequestMapper now returns a MultiValueMap when creating a payload from HTTP request parameters. That means that values in the Map are now Lists of Strings rather than String arrays. 2010-01-25 03:01:11 +00:00