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.

What is the difference between apache camel multicast and recipent-list patterns?

So, after reading some documentation and getting a lot of help from you guys here, I finally implemented a recipient …

java apache apache-camel multicast
Why doesn't this simple example of JSON marshalling in Apache Camel work?

I've spent quite a while trying to figure this out. I am working on writing a service which receives a …

java apache-camel xstream unmarshalling
Spring Configuration of Custom Apache Camel Data Format

I am using Apache Camel 2.9.2 and Spring 3.0.6.RELEASE. I am trying to use a custom DataFormat to marshal and unmarshal …

spring apache-camel dataformat
Camel send to multiple end points

How does these two differ from(endpoint).to(endpoint:a, endpoint:b) from(endpoint).multicast().to(endpoint:a, endpoint:b) …

apache-camel multicast
Apache Camel File process is resulting in TypeConversion Error

I am using akka-camel to process files. My initial tests were working great, however when I started passing in actual …

scala apache-camel akka akka-camel
Can't access Amazon SQS - InvalidClientTokenId

I have an SQS queue set up in AWS. I can send and receive messages perfectly using the AWS CLI …

spring amazon-web-services apache-camel amazon-sqs
Unable to connect to remote server from Hawtio dashboard

I have a camel web application running on remote-server-1 which is a tomcat 8 server. I have attached a jolokia jvm …

java apache-camel hawtio
Apache Camel with Json Array split

I have a camel application which receives a json array request from a jms queue upto size 13000,the structure of …

json apache-camel jbossfuse
JSONPath expression for checking string in Apache Camel XML

Let's say I have a simple json file such as the following { "log": { "host": "blah", "severity": "INFO", "system": "1" } } I'm using …

json apache-camel activemq jsonpath
How to use a dynamic URI in From()

As mentioned in Apache Camel, it allows to write dynamic URI in To(), does it allows to write dynamic URI …

apache ftp apache-camel camel-ftp