This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-integration
Watch
1
Star
0
Fork
0
You've already forked spring-integration
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cc7f1cb91a0d0a8ea59ae2dd4a75eabc8d03d885
spring-integration
/
spring-integration-core
/
src
History
Mark Fisher
cc7f1cb91a
Enforcing that a <source-endpoint/> element always contains exactly one <schedule/> sub-element.
2008-05-03 22:55:55 +00:00
..
main
Enforcing that a <source-endpoint/> element always contains exactly one <schedule/> sub-element.
2008-05-03 22:55:55 +00:00
test
/java
The <jms-gateway/> element is now available for message-driven JMS adapters. The <jms-source/> is strictly for polling adapters. Provided basic foundation for converting other request-reply adapters into "gateways". This includes the following namespace changes: 'send-timeout' is now 'request-timeout', 'receive-timeout' is now 'reply-timeout', and the 'channel' element is now 'request-channel'. The Source interface now includes the receive() method itself. PollableSource and SubscribableSource interfaces have both been removed. The Subscribable interface was added (e.g. for SynchronousChannel), but "gateway" adapter types will be configured directly with a request channel (and optionally a response channel).
2008-05-03 22:23:40 +00:00