Spring Integration
-
Enterprise Java
Spring Integration Java DSL sample – further simplification with Jms namespace factories
In an earlier blog entry I had touched on a fictitious rube goldberg flow for capitalizing a string through a…
Read More » -
Enterprise Java
Spring Integration Java DSL sample
A new Java based DSL has now been introduced for Spring Integration which makes it possible to define the Spring…
Read More » -
Enterprise Java
Spring Integration 4.0: A complete XML-free example
1. Introduction Spring Integration 4.0 is finally here, and this release comes with very nice features. The one covered in…
Read More » -
Enterprise Java
Spring Integration – Configure web service client timeout
Introduction With the support of Spring Integration, your application can invoke a web service by using an outbound web service…
Read More » -
Enterprise Java
Spring Integration Standalone application with Spring Boot
I had earlier blogged about a way to write a standalone Spring Integration application. Spring Boot makes creating this standalone…
Read More » -
Enterprise Java
Retry web service operations with RequestHandlerRetryAdvice
1.Introduction Sometimes when invoking a web service, we may be interested in retrying the operation in case an error occurs.…
Read More » -
Enterprise Java
How error handling works in Spring Integration
1.Introduction The target of this post is to show you how errors are handled when using the messaging system with…
Read More » -
Enterprise Java
Spring Integration – Using RMI Channel Adapters
1.Introduction This article explains how to send and receive messages over RMI using Spring Integration RMI channel adapters. It is…
Read More » -
Enterprise Java
Optimising Your ApplicationContext
There’s a problem with Spring, it’s been there for some time and I’ve come across it in a number of…
Read More »