Spring Integration With the Java DSL
Architecture Inbound Queue Outbound Queue Internet Core Adapters Message In Processed Message Out “Integration Flow” Business Logic Inbound Adapter Outbound Adapter REST Adapter To Downstream Services...
Architecture Inbound Queue Outbound Queue Internet Core Adapters Message In Processed Message Out “Integration Flow” Business Logic Inbound Adapter Outbound Adapter REST Adapter Spring Boot Spring Integration Rabbit MQ Code is… ● Pure Java ● Strongly typed ● Compiler validated ● IDE friendly ● With zero XML! Spring Integration Features. OOTB Support for EAI patterns including Transformers, Routers, Splitter, Aggregator, WireTap, Filters, Pollers, Channels, etc… Adapters include File, DB (JDBC, JPA & NoSQL), AMQP, FTP, HTTP, and more! To Downstream Services... Could talk to a DB, call a webservice, read a file, practically anything you can do with Java and EAI!
Code Inbound Queue Outbound Queue Internet Hello! **** (0) HELLO! **** Business Logic Inbound Adapter Outbound Adapter REST Adapter

Spring integration with the Java DSL

  • 1.
  • 2.
    Architecture Inbound Queue OutboundQueue Internet Core Adapters Message In Processed Message Out “Integration Flow” Business Logic Inbound Adapter Outbound Adapter REST Adapter To Downstream Services...
  • 3.
    Architecture Inbound Queue OutboundQueue Internet Core Adapters Message In Processed Message Out “Integration Flow” Business Logic Inbound Adapter Outbound Adapter REST Adapter Spring Boot Spring Integration Rabbit MQ Code is… ● Pure Java ● Strongly typed ● Compiler validated ● IDE friendly ● With zero XML! Spring Integration Features. OOTB Support for EAI patterns including Transformers, Routers, Splitter, Aggregator, WireTap, Filters, Pollers, Channels, etc… Adapters include File, DB (JDBC, JPA & NoSQL), AMQP, FTP, HTTP, and more! To Downstream Services... Could talk to a DB, call a webservice, read a file, practically anything you can do with Java and EAI!
  • 4.
    Code Inbound Queue OutboundQueue Internet Hello! **** (0) HELLO! **** Business Logic Inbound Adapter Outbound Adapter REST Adapter