Apache Camel
-
Enterprise Java
Camel CXF Service With Multiple Query Parameters
While the awesome Apache Camel team is busy fixing the handling of the multiple parameters in the query, here’s a…
Read More » -
Enterprise Java
Apache Camel – developing application from the scratch (part 2 / 2)
This is the second part of the tutorial where we are creating an invoices processing application using Apache Camel. In…
Read More » -
Enterprise Java
Building Camel-CXF REST Service in OSGi for Karaf – Multicasting and Aggregation
Please check out my other post on building plain CXF services (without Camel) in OSGi on Karaf. This is a…
Read More » -
Enterprise Java
Apache Camel – developing application from the scratch (part 1 / 2)
Before we start Some time ago I wrote a tutorial on Spring Integration to demonstrate how to use Spring Integration…
Read More » -
Enterprise Java
Light-weight, open-source integration: Apache Camel or Spring Integration?
First of all, for full disclosure, for the last 1.5 years, I’ve been working as a consultant for FuseSource (now…
Read More » -
Enterprise Java
Exploring Apache Camel Core – File Component
A file poller is a very useful mechanism to solve common IT problems. Camel’s built-in file component is extremely flexible,…
Read More » -
Enterprise Java
Exploring Apache Camel Core – Seda Component
The seda component in Apache Camel is very similar to the direct component that I’ve presented in previous blog, but…
Read More » -
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 »