Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 772 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 772 Bytes

Introduction to Spring Integration

Spring Integration provides a lot of powerful components that can greatly enhance the interconnectivity of systems and processes within an enterprise architecture.

  • It embodies some of the finest and most popular design patterns, helping developers avoid rolling their own.

Getting Started

What New

  • JDBC Polling using the Spring Integration DSL
  • JMS Polling
  • JMS to JMS Polling (inboundAdapter,outboundAdapter)
  • File Polling
  • Leader Election

Guides

The following guides illustrate how to use some features concretely: