Commit Graph

164 Commits

Author SHA1 Message Date
Mark Fisher
7f30b6dc1d INT-1108 updated all .classpath and .project files for m2eclipse usage 2010-04-29 15:09:46 +00:00
Gary Russell
6e596a2c3f Increase timeouts on UDP and JMS topic backed tests. 2010-04-20 22:19:38 +00:00
Gary Russell
58141fc260 Avoid sporadic test failures in JmsDestinationBackedMessageChannelTests 2010-04-03 16:18:45 +00:00
Mark Fisher
40385fb836 INT-1061 Upgraded to Spring 3.0.2 2010-04-02 16:30:41 +00:00
Mark Fisher
5f9c1beaf7 removed priority and deliverMode headers (values set on send) - might re-add in M4 if we determine a consistent way to access those when sending (currently using the JmsTemplate convertAndSend() method so we don't have the granularity of control necessary). 2010-03-12 19:19:56 +00:00
Mark Fisher
c586aedb25 removed priority and deliverMode from header-mapping (values set on send) 2010-03-12 19:16:30 +00:00
Mark Fisher
1c17ddb121 INT-890 Added QoS attributes (priority, time-to-live, delivery-persistent, and explicit-qos-enabled) to the 'outbound-channel-adapter' element. Also added an 'explicit-qos-enabled' boolean to the 'outbound-gateway' element which now must be set to true to enable the use of its QoS settings. 2010-03-12 19:02:14 +00:00
Mark Fisher
238a18b5c2 added explicit-qos-enabled-for-replies attribute for inbound-gateway 2010-03-12 17:57:05 +00:00
Mark Fisher
7fa2c521a2 added delivery mode and priority headers 2010-03-12 17:55:27 +00:00
Mark Fisher
74780408fc added delivery mode and priority headers 2010-03-12 17:55:00 +00:00
Mark Fisher
9c1af74519 INT-959 added test for concurrency settings on a JMS-backed channel 2010-03-12 17:14:52 +00:00
Mark Fisher
0ae71b84f5 INT-932 added the following properties: reply-time-to-live, reply-priority, reply-delivery-persistent 2010-03-12 17:03:25 +00:00
Mark Fisher
d0ab4dafb2 AbstractMessageHandler now extends IntegrationObjectSupport 2010-03-11 20:00:48 +00:00
Mark Fisher
d48ef1fb06 INT-966 Using BeanComponentDefinition instead of registering with generated name directly. 2010-03-03 16:19:35 +00:00
Mark Fisher
80a29960af INT-966 Using BeanComponentDefinition instead of registering with generated name directly. 2010-03-03 16:15:48 +00:00
David Syer
fa7d80aaae INT-999: fix POMs 2010-03-01 15:03:20 +00:00
Chris Beams
71a712a999 RESOLVED - INT-995: Change Eclipse .classpath to reference SI_IVY_CACHE instead of IVY_CACHE to avoid conflicts with other Spring projects 2010-02-27 01:09:47 +00:00
Mark Fisher
7abbb92fc4 updated Eclipse classpath files for Spring 3.0.1 2010-02-19 22:21:19 +00:00
Iwein Fuld
5ca4376b99 delaying start invocation until after subscription of listeners 2010-01-31 13:24:34 +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
ad2def94e0 re-adding accidentally deleted jms files 2010-01-18 18:43:52 +00:00
Mark Fisher
845a530940 removing jms copy 2010-01-18 18:23:04 +00:00
Mark Fisher
c61e630206 changed several xsd type declarations to 'string' to support property placeholders 2010-01-18 17:10:12 +00:00
Mark Fisher
ab2ca63639 adding xsd and tooling icon 2010-01-18 17:07:49 +00:00
Mark Fisher
5a6aea6b9d INT-847 Upgraded to Spring 3.0.0.RELEASE 2009-12-16 17:30:42 +00:00
Mark Fisher
cb519ac9db re-added the "message-converter" attribute for the outbound-gateway element 2009-12-12 23:47:29 +00:00
Mark Fisher
9621a663fc INT-837 The 'inbound-channel-adapter' element in the JMS namespace now accepts a MessageConverter reference. 2009-12-12 23:36:50 +00:00
Mark Fisher
6246779e66 increased testing timeout 2009-12-10 23:03:58 +00:00
Mark Fisher
4a13e38fde INT-901 removed ReplyMessageHolder and refactored AbstractReplyProducingMessageHandler accordingly 2009-12-02 02:37:51 +00:00
Mark Fisher
b5386c6b15 INT-893 upgraded to Spring 3.0-RC3 2009-12-01 15:16:17 +00:00
Mark Fisher
ffc6dd556d INT-847 Upgrading to Spring 3.0 snapshot (CI-475 from 2009/11/25). 2009-11-26 05:35:38 +00:00
Mark Fisher
6f82886c35 committing spring.tooling files and icons 2009-11-25 21:50:11 +00:00
Mark Fisher
f5ff24b706 increased test timeout 2009-11-03 16:46:40 +00:00
Mark Fisher
33f593cf27 INT-712 Headers defined by 'header-enricher' elements are now configured as sub-elements rather than attributes. This applies to the "core" as well as the JMS and Mail namespace support. 2009-11-03 00:14:28 +00:00
Mark Fisher
2064939c84 INT-845 added StartupMode enum since polling consumers must not start as eagerly as event-driven consumers subscribe to their input channels 2009-10-13 00:39:30 +00:00
Iwein Fuld
3767fddb33 synchronized list in JmsDestinationBackedmessageChannelTests 2009-10-10 19:07:53 +00:00
Iwein Fuld
9feb267c2f upgraded junit version in .classpath files 2009-10-02 14:06:51 +00:00
Mark Fisher
6404146272 increased timeouts 2009-10-02 03:41:33 +00:00
Mark Fisher
6afd9427e9 INT-762 Added "channel" and "publish-subscribe-channel" elements to the JMS namespace. 2009-10-01 02:51:44 +00:00
Mark Fisher
645ab548b3 INT-592 Committed first version of JMS-backed MessageChannel implementation. 2009-10-01 00:49:32 +00:00
Mark Fisher
c140a838ff INT-804 JMS header-enricher now properly expects a JMS Destination reference rather than a String in the 'reply-to' attribute. 2009-09-30 17:48:40 +00:00
Mark Fisher
92ac1b760a INT-807 upgraded to Spring 3.0.RC1 2009-09-29 04:22:30 +00:00
Iwein Fuld
942579e8a7 INT-330: moved base components for new aggregation over to HEAD, also fixed .classpaths 2009-09-21 13:56:05 +00:00
Iwein Fuld
235c0220f5 INT-647 removed duplicated TestUtils and fixed resulting errors. It would be good to start using JavaConfig finally 2009-09-18 16:12:17 +00:00
Mark Fisher
a3f029695d INT-764 The 'selector' attribute is now supported on the <inbound-channel-adapter/>, <message-driven-channel-adapter/>, and <inbound-gateway/> elements within the JMS namespace. Any valid JMS Message selector expression may be provided. 2009-09-04 21:16:52 +00:00
Mark Fisher
1e9a998385 added 'src/test/resources' as source folder in .classpath files 2009-08-25 13:38:33 +00:00
Mark Fisher
009861c297 INT-763 The 'container' attribute is no longer available for a non-message-driven 'inbound-channel-adapter' element (where it would have no effect). 2009-08-24 20:50:44 +00:00
Mark Fisher
3be8f7b46d pom updates 2009-08-21 16:46:03 +00:00
Mark Fisher
d0caa68a6e updated poms for 2.0.0.BUILD-SNAPSHOT and added spring.version and junit.version properties to parent pom 2009-08-20 18:41:20 +00:00