Transaction Support in Spring Integration 1. Overview In this tutorial, we’ll take a look at transaction support in the Spring Integration framework. 2. Transactions in Message Flows Spring provides support for synchronizing resources with transactions since the earliest versions. We often use it to synchronize transactions managed by multiple transaction… Continue Reading spring-integration-transaction

Using Subflows in Spring Integration 1. Overview Spring Integration makes it easy to use some Enterprise Integration Patterns. One of these ways is through its DSL. In this tutorial, we’ll take a look at the DSL’s support for subflows for simplifying some of our configurations. 2. Our Task Let’s say we have… Continue Reading spring-integration-subflows

Spring Integration Java DSL 1. Introduction  In this tutorial, we’ll learn about the Spring Integration Java DSL for creating application integrations. We’ll take the file-moving integration we built in Introduction to Spring Integration and use the DSL instead. 2. Dependencies The Spring Integration Java DSL is part of Spring Integration Core. So,… Continue Reading spring-integration-java-dsl

Introduction to Spring Integration 1. Introduction This article will introduce the core concepts of Spring Integration primarily through small, practical examples. Spring Integration provides a lot of powerful components that can greatly enhance the interconnectivity of systems and processes within an enterprise architecture. It embodies the some of the finest… Continue Reading spring-integration

Security In Spring Integration 1. Introduction In this article, we’ll focus on how we can use Spring Integration and Spring Security together in an integration flow. Therefore, we’ll set up a simple secured message flow to demonstrate the use of Spring Security in Spring Integration. Also, we’ll provide the example… Continue Reading spring-integration-security