Spring Integration Tutorial (Part 2) – Adapters
Part 2 – Adapters
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
can u upload a slide on interceptors as well
Exception in thread “main” org.springframework.beans.factory.BeanCreationException:
Error creating bean with name ‘consumer-file-adapter’: Cannot resolve reference to bean ‘org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean#0’
while setting bean property ‘handler’;
:-/
Hi,
Does the solution that is provided with the assignment work on your machine or does it fail with the same error?
this occurs when I try to run the enclosed code using Spring Tool Suite (Platform: Eclipse Mars.1 (4.5.1)) under Java 8.
OS is Windows 7 Professional.
I gave up runnng this piece of code to go forward with strong belief that all is OK with the given example 🙂
thanks 🙂