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.

How to unit test production routes in Apache Camel?

Let's say I have my routes created in separate RouteBuilder class. It looks like: grab message from JMS queue do …

junit mocking routes integration apache-camel
What is CrashLoopBackOff status for openshift pods?

There is more than one example where I have seen this status from a pod running in openshift origin. In …

apache-camel cdi openshift-origin fabric8
What's the best Apache Camel routes visual designer?

So, who could advise some good Apache Camel routes visual designer? Would like to know also if there's some really …

apache-camel
How to filter files by extensions using include parameter in Camel component File2

I need the simplest filter by extension: f.e. file 20120523.173227.CustomerMaster05092012.QWERTY.xml route: <from uri="file://{{fdr.folder.…

java file apache-camel
Getting error while creating rest service using apache camel

Since i am prety much new to Apache camel and especially Rest DSL, I thought of trying a sample of …

java apache rest tomcat apache-camel
Spring Boot Apache Camel Routes testing

I have a Springboot application, where I have some Camel routes configured. public class CamelConfig { private static final Logger LOG = …

spring-boot apache-camel camel-test
Apache camel to aggregate multiple REST service responses

I m new to Camel and wondering how I can implement below mentioned use case using Camel, We have a …

web-services rest apache-camel esb aggregation
Apache Camel vs Apache Kafka

As far as I know, Apache Kafka is asynchronous messaging platform, where as Apache Camel is a platform implementing the …

apache-kafka apache-camel jms messaging