-
Enterprise Java
Circuit Breaker Pattern in Apache Camel
Camel is very often used in distributed environments for accessing remote resources. Remote services may fail for various reasons and…
Read More » -
DevOps
A Docker Maven Plugin for Integration Testing
What is Docker? Docker is the buzzword that is taking the DevOps world. If you don’t know yet what is…
Read More » -
Software Development
Software engineering vs Software consulting
I’ve seen articles with this topic in the past but have to admit to have never read one. If you…
Read More » -
Enterprise Java
A Camel Demo for Amazon’s Simple Worklfow Service
In a previous post I explained why AWS SWF service is good and announced the new Camel SWF component. Now…
Read More » -
Enterprise Java
Master/Slave Failover for Camel Routes
One way to implement a master/slave failover pattern is to have a cluster of instances of an application where one…
Read More » -
Enterprise Java
Building Distributed Workflow Applications on Amazon with Camel
Pipeline with SNS-SQS A workflow consist of independent tasks performed in particular sequence determined by dynamic conditions. Very often a…
Read More » -
Enterprise Java
Transactional caching for Camel with Infinispan
Some time ago I created a Redis connector for Camel. Redis is awesome key-value store (and a lot more) but…
Read More » -
Enterprise Java
Publish/Subscribe Pattern with Apache Camel
Publish/Subscribe is a simple messaging pattern where a publisher sends messages to a channel without the knowledge of who is…
Read More » -
Groovy
Spring Integration – Apache Camel comparison
A year after v2.1 had been released, Spring Integration v2.2 is out with 3 new components MondoDB, Redis and JPA…
Read More »