Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.
So, after reading some documentation and getting a lot of help from you guys here, I finally implemented a recipient …
java apache apache-camel multicastI've spent quite a while trying to figure this out. I am working on writing a service which receives a …
java apache-camel xstream unmarshallingI 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 dataformatHow does these two differ from(endpoint).to(endpoint:a, endpoint:b) from(endpoint).multicast().to(endpoint:a, endpoint:b) …
apache-camel multicastI 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-camelI 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-sqsI 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 hawtioI have a camel application which receives a json array request from a jms queue upto size 13000,the structure of …
json apache-camel jbossfuseLet'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 jsonpathAs 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