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
9f95c5a1fab93375720483281b62f7a30fc0df45
spring-integration
/
spring-integration-core
/
src
History
Mark Fisher
9f95c5a1fa
Added the abstract MessagingGatewaySupport base class providing access to a RequestReplyTemplate. Renamed MessagingGateway to SimpleMessagingGateway which now extends MessagingGatewaySupport (INT-126).
2008-05-14 12:56:53 +00:00
..
main
Added the abstract MessagingGatewaySupport base class providing access to a RequestReplyTemplate. Renamed MessagingGateway to SimpleMessagingGateway which now extends MessagingGatewaySupport (INT-126).
2008-05-14 12:56:53 +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