Top "Apache-camel" questions

Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.

Passing values between processors in apache camel

In apache camel, which of those is the best way to pass values from an exchange processor to another (and …

apache-camel
How can I log a header value in camel using spring DSL

This seems like it should be simple, pardon the pun. I'm trying to log a header in camel within a …

java apache-camel
Apache Camel conditional routing

I have a service which has two operations. RegisterUser UpdateUser I have a camel rout: <camel:route id="myRoute"&…

java routing cxf apache-camel apache-karaf
Java Messaging : Difference between ActiveMQ, Mule, ServiceMix and Camel

I am new to Messaging and want to know the difference between ActiveMQ, Mule, ServiceMix and Camel Anyone knows how …

java apache-camel activemq messaging apache-servicemix
Apache Camel producers and consumers

I have difficulties wrapping my head around the concept. I am trying to implement an endpoint that listens on a …

messaging apache-camel
Apache Camel Http and SSL

I have been trying to get a 2-way ssl/https proxy working with Camel. I have been able to set …

java ssl jetty apache-camel apache-httpclient-4.x
Add camel route at runtime in Java

How can I add a camel route at run-time in Java? I have found a Grails example but I have …

spring apache-camel
No component found with scheme http error in apache camel

I have written sample code for calling rest api using apache camel. Which is working correctly in standalone but the …

java apache-camel
Apache Camel - Triggering a task on startup to run only once

I am working on a Java project using Camel & Spring. We would like to trigger an initialize method on …

java spring apache-camel
Apache Camel JSON Marshalling to POJO Java Bean

I think I have a simple question, but can't seem to figure it out. I'm invoking a POJO with a …

json apache-camel marshalling unmarshalling