Commit Graph

124 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
3aaf039822 created 2.0 version of XSD 2009-08-14 21:49:23 +00:00
Mark Fisher
67b6ea048a Refactored all task scheduling and poller triggering to use functionality now included in the Spring 3.0 core, and removed Spring Integration specific code that is now handled by that corresponding code in the core. 2009-08-04 01:25:53 +00:00
Mark Fisher
fdfb537a16 INT-727, INT-728 Refactored parsers so that default beans (errorChannel, nullChannel, and taskScheduler) will always be configured - even when not using the core namespace. Also added support for the 'auto-startup' attribute on several adapters. 2009-07-16 18:04:40 +00:00
Mark Fisher
2f1b8a7039 INT-704 added support for 'order' on 'outbound-channel-adapter' and 'outbound-gateway' in the JMS namespace 2009-07-03 03:39:57 +00:00
Mark Fisher
098693ad2e INT-695 Moved all schemas to src/main/resources 2009-06-30 18:48:40 +00:00
Mark Fisher
4bb3779eca INT-643 2009-06-30 03:02:09 +00:00
Iwein Fuld
51142a0cd9 Hammered out some compiler warnings 2009-03-23 16:14:05 +00:00
Mark Fisher
064f6694f6 Resolved INT-613 2009-03-19 22:17:54 +00:00
Mark Fisher
7bed90ccce INT-539 2009-03-15 22:02:19 +00:00
Mark Fisher
4c40137756 Added namespace support for 'default-reply-destination' (and queue/topic) names (INT-580). 2009-02-19 20:45:58 +00:00
Mark Fisher
0c1b87cce8 expected Exception type changed (now a JMS InvalidDestinationException) 2009-02-19 18:48:21 +00:00
Mark Fisher
004cee34a4 INT-580 2009-02-19 18:38:36 +00:00
Mark Fisher
137d8e86b8 Added default-reply-destination (and queue/topic name) awareness to the JMS inbound gateway parser (INT-580). 2009-02-19 18:26:30 +00:00
Mark Fisher
de0a85b31a Added 'defaultReplyDestination' to ChannelPublishingJmsMessageListener, and now throwing an Exception if there is a reply Message to send and neither a reply-to property or 'defaultReplyDestination' is available (INT-560 and INT-580). 2009-02-18 19:54:18 +00:00