Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.
Apache Camel provided the sort of configurable architecture which allows web service messages to be determined dynamically during run time …
c# .net apache-camelI have a spring web app running on jboss that is currently configured to use the HibernateTransactionManager for db transactions …
java spring transactions jms apache-camelI have spring boot app, with spring boot of version 1.5.8 and there camel 2.20.1 Simple route : @Component public class MyRoute extends …
java spring-boot apache-camel spring-boot-test spring-camelI'm new to Camel and trying to learn idioms and best practices. I am writing web services which need to …
java apache-camel code-cleanupHi I am quite new to Camel. I a executing a https4 call from camel route. I want to get …
apache-camel camel-httpI am using the date in a path in Camel: fileName=${date:now:dd-MM-yyyy} but what I need is now …
apache-camelI try to develop a starter application for Apache ServiceMix dealing with web services. 1) I build the app (using 'mnv …
apache-camel apache-karaf jbossfuse fuseesb apache-servicemixThe DirectComponent documentation gives the following example: from("activemq:queue:order.in") .to("bean:orderServer?method=validate") .to("direct:processOrder"); …
apache-camelFirst, yes, I have searched and, yes, I have read the same Apache document every one points to. :-) I …
java apache-camelI'm currently trying out Apache camel (as routing engine). I understand that Camel supports multiple DSLs and that it could …
java http-headers apache-camel query-parameters spring-dsl