
A spring integration bridge is an endpoint that simply passes the message directly from the input channel to the output…
A spring integration bridge is an endpoint that simply passes the message directly from the input channel to the output…
The JDBC inbound channel adapter’s basic function is to execute a SQL query, extract the data and pass the result…
The JDBC inbound channel adapter’s basic function is to execute a SQL query, extract the data and pass the result…
In this article, we will see an example of spring integration’s file adapter. We will see a simple example of…
Web Syndication refers to the websites providing information and the websites displaying it. Web feeds available from a site provide…
Spring provides Header as well as Payload Enricher. We enrich a content when there is a missing information and is available…
There are times when you want to add some additional information to the original payload. You may want to enhance…
In an enterprise world, applications communicate through messages. The message navigates from one channel to an another till it reaches…
In this article we will see an example of Control Bus. But what is a control bus? We use Control…
In an enterprise world, there are many uses cases where one application talks to another has to interact with another.…
In one of my previous article, I showed you an example of JMS inbound-channel-adapter for receiving messages from a JMS server.…
In this article, I will show you the basic difference between the default channel and a QueueChannel. You will come…
In this article, we will learn how to manually create a message and publish to an outbound channel. We will…