4
Spring Integration With the Java DSL

Spring integration with the Java DSL

Embed Size (px)

Citation preview

Spring IntegrationWith the Java DSL

Architecture

Inbound Queue Outbound Queue

Internet

Core

Adapters

Message

In

Processed

Message

Out

“Integration Flow”

Business LogicInbound

Adapter

Outbound

Adapter

REST

Adapter

To Downstream Services...

Architecture

Inbound Queue Outbound Queue

Internet

Core

Adapters

Message

In

Processed

Message

Out

“Integration Flow”

Business LogicInbound

Adapter

Outbound

Adapter

REST

Adapter

Spring BootSpring IntegrationRabbit 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