Spring Integration Tutorial (Part 2) – Adapters

by | Jul 29, 2014

Part 2 – Adapters

adapter

In part two of this tutorial series on Spring Integration, I explore adapters.  Adapters are messaging endpoints.  In particular, they are the message endpoint that bridges your Spring Integration system to external systems and services (like JMS queues, databases, mail systems, etc.).

The presentation video, at the link below, will introduce you to adapters – in particular showing you an examples of JMS adapters in Spring Integration.

 

After watching the video, apply your knowledge via Lab 2, which has you explore Spring Integration File Adapters.
Lab2-Adapters
Lab2 code files

Missed other parts of the tutorial series? Check them out using the links below.

Spring Integration Introduction

Spring Integration Tutorial (Part 1) – Understanding Channels

Spring Integration Tutorial (Part 2) – Adapters

Spring Integration Tutorial (Part 3) – Filters

Spring Integration Tutorial (Part 4) – Transformers

Spring Integration Tutorial (Part 5) – Routers

Spring Integration Tutorial (Part 6) – Enrichers

Spring Integration Tutorial (Part 7) – Service Activators

Spring Integration Tutorial (Part 8) – Gateways