Apache Camel
-
Enterprise Java
Apache Camel Broker Component for ActiveMQ 5.9
Embedding Apache Camel inside the ActiveMQ broker provides great flexibility for extending the message broker with the integration power of…
Read More » -
Enterprise Java
Getting started with Apache Camel using Java
Apache Camel is a very useful library that helps you process events or messages from many different sources. You may…
Read More » -
Enterprise Java
Apache Camel 2.12 – Backoff support for less aggressive polling routes
This is another blog post about some upcoming improvements and new features in the next Apache Camel 2.12 release. In…
Read More » -
Enterprise Java
From inside the code: Camel Routing Engine Part I
So I’ve recently re-kindled my interest in how Apache Camel works. Camel is such a powerful integration tool and is…
Read More » -
Enterprise Java
Introduction to Apache Camel
Apache Camel is a open source implementation of famous Enterprise Integration Patterns. Camel is a Routing and Mediation Engine and…
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 » -
Enterprise Java
Apache Camel 2.11 released
Last week Apache Camel 2.11 was released. This blog post is a summary of the most noticeable new features and…
Read More » -
Enterprise Java
Drools decision tables with Camel and Spring
As I’ve shown it in my previous post JBoss Drools are a very useful rules engine. The only problem is…
Read More »