Mark Fisher
|
1f5e7b5756
|
SimpleChannel now creates a SynchronousQueue if the capacity is less than or equal to 0. SplitterMessageHandlerAdapter exposes a configurable 'sendTimeout' property.
|
2008-01-31 22:04:35 +00:00 |
|
Mark Fisher
|
e3f7bf4681
|
Added 'clear()' and 'purge()' methods to channel and added 'isExpired()' method to Message.
|
2008-01-31 18:30:21 +00:00 |
|
Mark Fisher
|
472aa0f436
|
Added basic ChannelInterceptor functionality and 'unregister' method for ChannelRegistry.
|
2008-01-31 16:11:02 +00:00 |
|
Mark Fisher
|
7d8566ee2e
|
Adjusted test timeout values for build server.
|
2008-01-28 16:28:29 +00:00 |
|
Mark Fisher
|
0618c0adbc
|
Dependency on core now references organisation: 'org.springframework.integration'
|
2008-01-28 14:31:44 +00:00 |
|
Mark Fisher
|
38f11cae8b
|
Updated 'organisation' in ivy.xml to include 'integration'
|
2008-01-28 14:22:06 +00:00 |
|
Mark Fisher
|
fd54e498f1
|
Modified version to 1.0.0.m1
|
2008-01-23 17:07:19 +00:00 |
|
Mark Fisher
|
00205323d4
|
Final doc updates for 1.0-M1
|
2008-01-23 16:40:58 +00:00 |
|
Mark Fisher
|
cb9980332a
|
Added instructions for running 'cafeDemo.sh' or 'cafeDemo.bat'
|
2008-01-23 16:16:58 +00:00 |
|
Mark Fisher
|
10e4cf03f5
|
Explicitly configured eol:style properites for cafeDemo.bat and cafeDemo.sh
|
2008-01-23 15:30:45 +00:00 |
|
Mark Fisher
|
3c01dab53d
|
CafeDemo now supports command line argument for its configuration file.
|
2008-01-23 14:59:49 +00:00 |
|
Mark Fisher
|
6d5b9f7d24
|
Added 'samples' to 'resources' for M1 release
|
2008-01-23 14:56:21 +00:00 |
|
Mark Fisher
|
53471e0e2e
|
Added stylesheet
|
2008-01-23 09:45:00 +00:00 |
|
Ben Hale
|
2a224cb7f2
|
Updated to project-build-0.11.1
|
2008-01-23 09:08:56 +00:00 |
|
Mark Fisher
|
269055f439
|
Setting sessionTransacted to 'true' for the JmsMessageDrivenSourceAdapter (and minor updates in cafe sample).
|
2008-01-23 08:51:18 +00:00 |
|
Mark Fisher
|
9bbb6b842b
|
Documentation updates
|
2008-01-23 08:37:09 +00:00 |
|
Mark Fisher
|
1b3a7c5d0e
|
Documentation updates
|
2008-01-23 05:36:02 +00:00 |
|
Mark Fisher
|
b258239e08
|
Added Cafe demo to spring-integration-samples
|
2008-01-23 04:13:39 +00:00 |
|
Mark Fisher
|
1517132465
|
Extended test coverage
|
2008-01-23 01:50:21 +00:00 |
|
Mark Fisher
|
104e8c3ddb
|
ChannelParser always uses 2-argument constructor now to avoid potential "related error" messages in the log following a NoSuchBeanDefinitionException.
|
2008-01-22 21:18:14 +00:00 |
|
Mark Fisher
|
095b889021
|
Removed bucket.basename property
|
2008-01-22 19:18:11 +00:00 |
|
Ben Hale
|
9c9e1df73e
|
Updated to use spring-build-0.11.0 and package up a release
|
2008-01-22 19:00:01 +00:00 |
|
Mark Fisher
|
79f05f67d3
|
Added documentation for JMS adapters
|
2008-01-22 16:59:24 +00:00 |
|
Mark Fisher
|
c8c843e294
|
Extended RouterMessageHandlerAdapterTests
|
2008-01-22 14:47:18 +00:00 |
|
Mark Fisher
|
434b1d90f6
|
Added annotation-driven configuration coverage to reference documentation
|
2008-01-22 03:57:18 +00:00 |
|
Mark Fisher
|
55283444da
|
The 'channel' element now requires an 'id'.
|
2008-01-22 00:52:07 +00:00 |
|
Mark Fisher
|
c9c9a0875c
|
Extending reference manual
|
2008-01-22 00:43:11 +00:00 |
|
Mark Fisher
|
89e990f661
|
DefaultMessageEndpoint now provides a ReplyHandler callback for ConcurrentHandlers.
|
2008-01-21 16:34:20 +00:00 |
|
Mark Fisher
|
33143a98d6
|
Added tests for 'dispatcher-policy' in ChannelParser. Added tests for 'concurrency' in EndpointParser.
|
2008-01-20 23:46:57 +00:00 |
|
Mark Fisher
|
35b098b164
|
Added 'queueCapacity' and 'keepAliveSeconds' properties to ConcurrencyPolicy. Refactored DefaultMessageEndpoint and ConcurrentHandler to delegate to ConcurrencyPolicy and avoid duplication of concurrency properties. Added namespace support for 'dispatcher-policy' as a sub-element of 'channel', and also added namespace support for the new concurrency properties.
|
2008-01-20 20:03:54 +00:00 |
|
Mark Fisher
|
945bc9511f
|
ConcurrentHandler and DefaultMessageEndpoint now propagate rejection exceptions so that DispatcherTask has proper retry behavior, and PollingSchedule now implements equals and hashCode so that the handler map keys are recognized (handlers are added to the same task if they have the same schedule).
|
2008-01-19 21:00:44 +00:00 |
|
Mark Fisher
|
5f067925a9
|
Removed DispatcherTask constructor for ChannelPollingMessageRetriever - it will always be created for the provided MessageChannel.
|
2008-01-19 19:32:03 +00:00 |
|
Mark Fisher
|
b8aa69e1b5
|
Moved dispatcher policy into channel - simplified MessageBus, DefaultMessageDispatcher, and DispatcherTask.
|
2008-01-19 19:26:06 +00:00 |
|
Mark Fisher
|
6bee7a9997
|
Added 'dispatcher-pool-size' attribute to the 'message-bus' element, and fixed namespace support for 'schedule' and 'concurrency' on endpoints.
|
2008-01-19 01:43:55 +00:00 |
|
Mark Fisher
|
7c95ef7634
|
Extended configuration doc
|
2008-01-18 23:43:45 +00:00 |
|
Mark Fisher
|
3fbc2b1c1f
|
Increased latch wait time for build server.
|
2008-01-18 18:10:10 +00:00 |
|
Mark Fisher
|
afa3865c38
|
Increased reliability of test by adding countdown to failing handler as well.
|
2008-01-18 18:03:06 +00:00 |
|
Mark Fisher
|
568dd30f56
|
Removed fragile timing tests.
|
2008-01-18 17:51:31 +00:00 |
|
Mark Fisher
|
2aa07846d6
|
Adjusted test timing.
|
2008-01-18 17:44:26 +00:00 |
|
Mark Fisher
|
eaeefd4eb1
|
Adjusted test timing.
|
2008-01-18 17:36:36 +00:00 |
|
Mark Fisher
|
19dabafa89
|
Updated reference documentation
|
2008-01-18 17:15:55 +00:00 |
|
Mark Fisher
|
3a53c35f0b
|
Refactored so that endpoint is reponsible for managing ConcurrentHandlers rather than dispatchers having that responsibility. Also providing errorHandler for endpoints. That errorHandler is also used for asynchronous handler task execution.
|
2008-01-17 21:42:51 +00:00 |
|
Mark Fisher
|
a1614c4e3a
|
Simplifications and counting changes for DefaultMessageDispatcherTests.
|
2008-01-17 17:49:51 +00:00 |
|
Mark Fisher
|
1af6bd7fb7
|
restructuring project resources
|
2008-01-17 17:27:41 +00:00 |
|
Mark Fisher
|
9b367c14ad
|
Simplifications
|
2008-01-17 04:50:42 +00:00 |
|
Mark Fisher
|
b4828d4b08
|
Added to the reference documentation
|
2008-01-17 04:44:27 +00:00 |
|
Mark Fisher
|
0d7106b320
|
Test does not need counter.
|
2008-01-16 22:23:29 +00:00 |
|
Mark Fisher
|
8225cb1405
|
Added timestamp and methods to retrieve attribute and property names.
|
2008-01-16 22:09:54 +00:00 |
|
Mark Fisher
|
2ffae06824
|
Renamed 'invalidMessageChannel' to 'errorChannel'
|
2008-01-16 16:38:14 +00:00 |
|
Mark Fisher
|
22386aabb7
|
Added MessageParserTests
|
2008-01-16 16:20:50 +00:00 |
|