Tag Archives: integration

Spring Integration 5: Subscribable Message Channels – Common Properties

By | June 12, 2019

Reading Time: 10 minutes It’s been a long time since I started looking at Spring Integration 5 and after miscellaneous interventions, such as a book on the Spring Core certification, having moved and a job that provides a never-ending stream of surprises, I am finally back! This article is an article in a series of articles introducing Spring Integration… Read More »

Spring Integration 5 – Message Channels, Introduction and Common Properties

By | December 31, 2017

Reading Time: 21 minutes This article is an article in a series of articles introducing Spring Integration 5. I imagine most of the examples can be applied to earlier versions of Spring Integration as well, it just happens that I started out with Spring Integration 5 and I have little reason to investigate compatibility with previous versions. In this… Read More »

Spring Integration 5 – Cloning Messages

By | November 21, 2017

Reading Time: 11 minutes This is an article in a series of articles introducing Spring Integration 5. I imagine most of the examples can be applied to earlier versions of Spring Integration as well, it just happens that I started out with Spring Integration 5 and I have little reason to investigate compatibility with previous versions. The articles assume… Read More »

Spring Integration 5 – Creating Messages

By | November 19, 2017

Reading Time: 6 minutes This is an article in a series of articles introducing Spring Integration 5. I imagine most of the examples can be applied to earlier versions of Spring Integration as well, it just happens that I started out with Spring Integration 5 and I have little reason to investigate compatibility with previous versions. The articles assume… Read More »

Preparing Message Payloads with Thymeleaf

By | August 8, 2017

Reading Time: 10 minutes In this article I will show how to prepare message payloads with parameters in different formats using the Thymeleaf template engine. No previous knowledge of Thymeleaf is assumed. As far as I am concerned there are several use cases for this. Some examples are: System integration. Requests can be maintained as plain files and no… Read More »

The ESB is Dead – Testament of a System Integrator

By | April 5, 2017

Reading Time: 16 minutes In this article I will talk about why I believe that the enterprise service bus is unsuitable when you have, or expect, more than a handful of integration scenarios and my thoughts about in what direction to look instead. In addition I will add in some thoughts and experiences in related areas. I will not… Read More »

Message Cowboy – Task Execution Status Reports and Periodic Cleanup

By | December 31, 2014

Reading Time: 2 minutes On the last day of 2014 I managed to squeeze in the final touches to storing task execution status entries and periodic cleanup of such entries in Message Cowboy. For those not familiar with Message Cowboy, please refer to the Github project page. Task execution status entries indicate the result of the execution of a… Read More »

Using Message Cowboy

By | August 4, 2014

Reading Time: 9 minutes In this second article about Message Cowboy, the tool to perform scheduled file moves and message transfers, I will talk a bit about how to use the program. Configuration Properties Using the configuration properties, we can configure which database will be used, whether to start an embedded ActiveMQ broker and some additional aspects of database… Read More »

Message Cowboy – An Introduction

By | July 22, 2014

Reading Time: 5 minutes Round ’em messages up and bring them home! Message Cowboy is a standalone integration program that allows for scheduling of tasks that transfer files or messages from one directory, JMS queue etc to another directory, JMS queue etc. Messages may be transformed or processed in some other way before being delivered to the destination. Some… Read More »

Mule WS Proxy Namespace Rewriting

By | March 27, 2014

Reading Time: 6 minutes Today I saw two things I cannot recall having seen before: The first thing was a WSDL for a web service in which the target namespace and the service address were identical. As far as I know, there is nothing that disallows this, it is only peculiar – at least to me. The second thing… Read More »