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.

Camel Throwing MethodNotFound for method that exists and is public

I'm testing a camel round but when I have the route try to access a particular method in a bean …

java apache-camel routes exists methodnotfound
Administration and Monitoring of Apache-Camel routes in ServiceMix

Being a user of Camel and ServiceMix I frequently need to monitor those tools for development purposes. I mainly use …

apache-camel monitoring esb apache-servicemix
Apache Camel merge two files from different routes

Here's what I am trying to do. I have to read two files that has this content <Person> &…

java jakarta-ee apache-camel esb
camel Java DSL Choice in a Choice

I want to have _ from( A ) _ .split()... _ .choice() //Choice 1 _ .when( predicate ) _ .process() _ .choice() // Choice 2 _ .when( x ) _ .to( X ) _ .otherwise() _ .to( …

apache-camel
How to get the actual file object from Camel FTP route exchange

In my Camel router: from(<SourceURI>) .process(new Processor() { @Override public void process(Exchange exchange) throws Exception { // I …

apache-camel camel-ftp
How to route Rest request from a local service to a remote one using Camel

I am trying to route a rest request from a cxf rest service to another. I have had a look …

java cxf apache-camel cxfrs
Which Camel construct is suited for transforming?

Apache Camel offers several ways of performing data transforms: its concept of the Transform EIP, custom DataFormats, as well as …

java apache-camel esb
How can I validate xsd using apache camel?

I'm using apacheservicemix and I try to validate a xml document with apache camel. I have this route called students_…

xml validation xsd apache-camel apache-karaf
Camel Aggregator and completionPredicate by example

I have the following Camel route: <route id="myRoute"> <from uri="direct:aggregator" /> <aggregate strategy="…

java apache-camel aggregator
how to use xpath in camel-context.xml to check if a particular node is exist or not

I am trying to develop a content-based routing camel application. This application will look at the folder src/data to …

xpath apache-camel xmlnode