Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.
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-camelI've posted an excerpt from my spring.xml file and the stack trace I'm getting. <?xml version="1.0" encoding="UTF-8"?&…
spring web-applications apache-camelI'm getting this error since yesterday, and even though I've tried everything that came to my mind or I found …
java spring maven apache-camel ojdbcThere is more than one example where I have seen this status from a pod running in openshift origin. In …
apache-camel cdi openshift-origin fabric8So, who could advise some good Apache Camel routes visual designer? Would like to know also if there's some really …
apache-camelI need the simplest filter by extension: f.e. file 20120523.173227.CustomerMaster05092012.QWERTY.xml route: <from uri="file://{{fdr.folder.…
java file apache-camelSince i am prety much new to Apache camel and especially Rest DSL, I thought of trying a sample of …
java apache rest tomcat apache-camelI have a Springboot application, where I have some Camel routes configured. public class CamelConfig { private static final Logger LOG = …
spring-boot apache-camel camel-testI 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 aggregationAs 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