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.

Apache camel alternative in .net?

Apache Camel provided the sort of configurable architecture which allows web service messages to be determined dynamically during run time …

c# .net apache-camel
Spring Transaction Synchronization of JDBC and JMS

I have a spring web app running on jboss that is currently configured to use the HibernateTransactionManager for db transactions …

java spring transactions jms apache-camel
Spring boot and camel testing with @SpringBootTest

I 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-camel
Can this handling of a null body in Apache Camel be more elegant?

I'm new to Camel and trying to learn idioms and best practices. I am writing web services which need to …

java apache-camel code-cleanup
How to get the response status code after a camel http call

Hi I am quite new to Camel. I a executing a https4 call from camel route. I want to get …

apache-camel camel-http
Get and format yesterday's date in Camel's expression language

I am using the date in a path in Camel: fileName=${date:now:dd-MM-yyyy} but what I need is now …

apache-camel
What is a correct way to deploy an osgi-bundle to ServiceMix?

I 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-servicemix
What's the difference between "direct:" and to() in Apache Camel?

The DirectComponent documentation gives the following example: from("activemq:queue:order.in") .to("bean:orderServer?method=validate") .to("direct:processOrder"); …

apache-camel
Camel end vs endChoice - not the usual query

First, yes, I have searched and, yes, I have read the same Apache document every one points to. :-) I …

java apache-camel
Apache Camel: Query Params vs Header Params

I'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