Oleg Zhurakousky
|
a159943158
|
Initial import.
|
2009-07-15 20:53:39 +00:00 |
|
Mark Fisher
|
593dc2af3d
|
INT-723 Updated bundle version ranges to allow deployment with Spring 3.0.
|
2009-07-15 20:15:07 +00:00 |
|
Mark Fisher
|
1088a0d1bd
|
INT-722 Modified the ApplicationEventMulicasterParser and affected tests for Spring 3.0 support.
|
2009-07-15 16:55:24 +00:00 |
|
Oleg Zhurakousky
|
7837421b83
|
INT-722, Modified Ivy files to have place-holders instead of concrete versions for Spring and JUnit. Added spring.version and junit.version properties to build.properties. This will allow quick switch to new version of Spring
|
2009-07-14 14:37:41 +00:00 |
|
Oleg Zhurakousky
|
46a2e1e9cd
|
INT-711, Added more concurrency tests
|
2009-07-13 03:23:31 +00:00 |
|
Mark Fisher
|
4abb0fdc26
|
INT-720 Updated documentation for new 'dispatcher' sub-element on channels
|
2009-07-12 14:18:58 +00:00 |
|
Mark Fisher
|
2de0d5381c
|
INT-720 Added support for the "dispatcher" sub-element within a "channel". This is now where the failover, load-balancer, and task-executor attributes are to be configured.
|
2009-07-12 00:24:55 +00:00 |
|
Mark Fisher
|
ab773b5935
|
INT-711 ExecutorChannel now supports LoadBalancingStrategy and the failover flag.
|
2009-07-11 22:44:15 +00:00 |
|
Mark Fisher
|
a14a8ecb9f
|
removed unused base class
|
2009-07-11 22:40:04 +00:00 |
|
Mark Fisher
|
ca58493478
|
INT-711 Re-added test for overflow of the RoundRobinLoadBalancingStrategy's currentHandlerIndex.
|
2009-07-11 21:32:42 +00:00 |
|
Mark Fisher
|
5ce3c28717
|
INT-715, INT-719 DefaultFileNameGenerator now accepts a custom headerName. Also clarified javadoc.
|
2009-07-11 15:10:55 +00:00 |
|
Oleg Zhurakousky
|
013d4e7a5e
|
INT-718, OSGi-enabled Cafe sample. README provided
|
2009-07-11 06:37:36 +00:00 |
|
Mark Fisher
|
aeb8c7e3a9
|
INT-711 Created LoadBalancingStrategy and improved encapsulation for the unicasting dispatcher (now contains the TaskExecutor LB strategy and a failover boolean flag).
|
2009-07-11 05:49:34 +00:00 |
|
Oleg Zhurakousky
|
2cd12df50e
|
INT-718. OSGi-enabled the sample. README file is included.
|
2009-07-11 05:00:31 +00:00 |
|
Iwein Fuld
|
9e74e2aaf0
|
minor message layout
|
2009-07-10 19:15:49 +00:00 |
|
Mark Fisher
|
fd373882de
|
INT-711 Added failover flag for RoundRobinDispatcher and modified Exception handling to accept all RuntimeExceptions rather than only MessageRejectedExceptions. Dispatchers with failover enabled will now throw an AggregateMesssageDeliveryException if all handlers threw Exceptions.
|
2009-07-10 16:23:19 +00:00 |
|
Oleg Zhurakousky
|
8bd176c58a
|
Cleaned up XSD to remove dependency on the order in which inner beans and pollers are defined. Added test case. Tested with JDK5
|
2009-07-09 18:48:45 +00:00 |
|
Oleg Zhurakousky
|
690a41f3c2
|
fixed the xsd
|
2009-07-09 17:32:31 +00:00 |
|
Oleg Zhurakousky
|
73719989ec
|
just touched the file - no changes, refreshing the build
|
2009-07-09 15:58:53 +00:00 |
|
Oleg Zhurakousky
|
5bcd33ea05
|
Cleaned up XSD to remove dependency on the order in which inner beans and pollers are defined. Added test case.
|
2009-07-09 15:50:39 +00:00 |
|
Mark Fisher
|
798fc39290
|
INT-706 moved xml and xsl resources to src/main/java for ease of viewing alongside the sample code and added description in demo javadoc
|
2009-07-09 02:30:59 +00:00 |
|
Mark Fisher
|
4cda34ea7a
|
INT-706 moved xml and xsl resources to src/main/java for ease of viewing alongside the sample code and added description in demo javadoc
|
2009-07-09 02:29:59 +00:00 |
|
Mark Fisher
|
d68a6e8045
|
INT-706 including xsl resources under src/main/java for samples
|
2009-07-09 01:47:23 +00:00 |
|
Mark Fisher
|
6512186ab4
|
INT-706 moved the configuration file to be in the same directory as the demo class and added description
|
2009-07-09 01:20:04 +00:00 |
|
Mark Fisher
|
bb42b4b333
|
INT-706 added description to QuoteDemo
|
2009-07-09 00:31:25 +00:00 |
|
Mark Fisher
|
bf4aa1f180
|
INT-706 moved config files to the same directory as the corresponding demo classes and added descriptions
|
2009-07-09 00:25:36 +00:00 |
|
Mark Fisher
|
a9c538b0dd
|
INT-706 moved config files to the same directory as the corresponding demo classes and added descriptions
|
2009-07-08 23:34:31 +00:00 |
|
Mark Fisher
|
a58d69bdda
|
INT-706 moved config files to the same directory as the corresponding demo classes
|
2009-07-08 23:16:00 +00:00 |
|
Mark Fisher
|
90fb362a5f
|
INT-706 moved config files to the same directories as the corresponding demo classes containing main methods
|
2009-07-08 22:33:10 +00:00 |
|
Mark Fisher
|
b4ab9718c3
|
INT-706 moved config file to the same directory as code and added description
|
2009-07-08 21:14:41 +00:00 |
|
Mark Fisher
|
1ff73719cc
|
INT-706 moved the config to the same directory as the code and improved the description
|
2009-07-08 20:27:19 +00:00 |
|
Mark Fisher
|
ffaa5992a4
|
moved config to same package as code
|
2009-07-08 20:12:52 +00:00 |
|
Mark Fisher
|
4e7d4f480e
|
adding src/main/resources so xml can be side-by-side with the code in samples
|
2009-07-08 20:06:18 +00:00 |
|
Mark Fisher
|
51af5af74d
|
INT-713
|
2009-07-06 04:36:58 +00:00 |
|
Mark Fisher
|
fbb99956ba
|
updated pom.xml versions for 1.0.3.RELEASE
|
2009-07-05 16:38:34 +00:00 |
|
Mark Fisher
|
9cb15cbbca
|
INT-676
|
2009-07-05 00:09:52 +00:00 |
|
Mark Fisher
|
0bcaedcf08
|
INT-676 included discussion about WS DestinationProvider and the ignore-empty-responses flag
|
2009-07-04 23:47:12 +00:00 |
|
Mark Fisher
|
3c127fcf72
|
modified template to include base 'beans' package import
|
2009-07-04 23:29:24 +00:00 |
|
Mark Fisher
|
9f5cdfa27d
|
Refactored support for DestinationProvider according to INT-512 without allowing arbitrary URIs from Message header values.
|
2009-07-04 23:25:36 +00:00 |
|
Mark Fisher
|
3640e41107
|
HeaderBasedDestinationProvider now supports URI typed header values (in addition to String).
|
2009-07-04 19:21:26 +00:00 |
|
Mark Fisher
|
3cffe9e7d7
|
added javadoc comment about the discard channel
|
2009-07-04 18:57:02 +00:00 |
|
Mark Fisher
|
92e87cc681
|
INT-676 added header-enricher example
|
2009-07-04 17:49:10 +00:00 |
|
Mark Fisher
|
6e34285361
|
INT-676 added examples for wire tap, to-string and serialization transformers
|
2009-07-04 17:18:24 +00:00 |
|
Mark Fisher
|
d9fe7cf3db
|
INT-676
|
2009-07-04 02:49:43 +00:00 |
|
Mark Fisher
|
4ffe311816
|
INT-676
|
2009-07-04 02:06:21 +00:00 |
|
Mark Fisher
|
b416eca31e
|
INT-676
|
2009-07-04 01:36:47 +00:00 |
|
Mark Fisher
|
a108461b47
|
adjusted example of long-poller for a timeout aware source (queue channel)
|
2009-07-04 00:35:57 +00:00 |
|
Mark Fisher
|
2377c9eb5f
|
INT-676
|
2009-07-04 00:20:13 +00:00 |
|
Mark Fisher
|
3be3dbaab6
|
INT-676
|
2009-07-03 23:56:15 +00:00 |
|
Mark Fisher
|
c1c8b61b66
|
INT-676
|
2009-07-03 23:36:48 +00:00 |
|