Spring Integration provides an enterprise solutions to design a system with lightweight messaging & adapters. The main goal is to provide a simple model to integrate with external systems by the separation of concerns for maintaining & testing.
Features:
- Endpoint
- Channel (Point-to-point and Publish/Subscribe)
- Aggregator
- Filter
- Transformer
- ReST/HTTP
- FTP/SFTP
- JMS
- WebServices (SOAP and ReST)
- …
Articles
- How to start Spring Integration with Spring Boot
- How to use Spring Integration Http Inbound with Spring Boot
- How to use Spring Integration Http Outbound Gateway for Polling a http end point with GET method
Latest posts: Spring Integration