Chris Beams
43310c9cab
general pom cleanup
...
* normalizing version placeholders to use ${groupId}.version as a naming convention e.g.: 'org.springframework.version'
* added properties to parent pom <properties/> section
* spaces -> tabs
* removed empty newlines in poms (favor comments instead of newlines)
* gave all samples nice <name>s
* included ws-inbound-gateway in the samples parent pom <modules> section
* samples now try to run any **/*Tests.java, as per our general conventions
2010-05-19 09:41:37 +00:00
Mark Fisher
8a7a8887de
removed publication config for license for spring-build
2010-05-08 16:38:48 +00:00
Mark Fisher
4e6878840c
added licence file publication for spring-build
2010-05-08 15:56:43 +00:00
Mark Fisher
5fcaaf246b
INT-1125 logging skipped JMSX properties at TRACE level instead of WARN
2010-05-07 04:02:21 +00:00
Mark Fisher
341a5c02f8
INT-1011, INT-1022, INT-1023 added overwrite attributes for JMS header-enricher, added support for SpEL expression in the header enricher elements, and refactored header-mapping so that numeric types convert to Strings for jmsCorrelationId
2010-05-05 17:06:00 +00:00
Mark Fisher
e03e96c150
INT-842 removing spring-integration-adapter from pom dependencies
2010-05-01 00:23:58 +00:00
Mark Fisher
2363e4c525
INT-842 goodbye adapter module
2010-04-30 23:59:22 +00:00
Mark Fisher
b8cfd04ffd
INT-842 moved MessageMappingException from 'adapter' module to core 'message' package
2010-04-30 23:33:01 +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
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