It enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters.
Spring Integration adapters allow for a higher-level of abstraction over Spring's messaging, remoting, and scheduling features.
It's goal is to provide a simple model for building enterprise integration solutions while maintaining the separation of concerns that is essential for producing maintainable, testable code.
What's New in This Release: [ read full changelog ]
· Provides a way to Catch/Handle TCP Adapter SocketTimeoutException.