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.

ActiveMQ Consumer Hangs

I have an activeMQ broker using an SSL transport. I have about 10 consumers that are using the broker. I am …

java activemq apache-camel
Log camel exchange body as string using log4j

I'm trying to log exchange body as a string using log4j. <convertBodyTo id="_convertBodyTo1" type="java.lang.String"/&…

java logging log4j apache-camel blueprint
Apache Camel multipart HTTP post (file upload)

How can I do multipart file uploads using the Apache Camel HTTP component ?

java apache-camel
Ordinary Queue vs SEDA Queue

Being new to Apache Camel, I was recently reviewing its long list of components and stumbled upon their support for …

java queue messaging apache-camel
org.apache.camel.ExchangeTimedOutException: The OUT message was not received within: 30000 millis

I'm trying to expose a web service using fuse esb + apache camel + seda/activemq and I'm facing to an issue …

apache-camel fuseesb apache-servicemix
What is the difference between Apache Camel and JBoss Fuse?

What is the difference between JBoss Fuse and Apache camel? How can it be used in building micro service based …

apache-camel jbossfuse
Apache Camel and CXF : How do i send HTTP status code from bean

I have a restful web service based on cxf and camel. I am using Camel routing for my workflow it …

java rest cxf apache-camel cxfrs
Camel - using end()

Is it a best practice to use end() for every route? The following works: from("jms:some-queue") .beanRef("bean1", "method1") .…

java spring apache-camel
Can anyone point me to a working example Camel route using a cxfrs client/producer?

I am having trouble getting my Camel route to successfully POST a message to an existing RESTful web service. I …

apache-camel cxfrs
What is Apache Camel's File "camelLock"?

Whenever I start a Camel route from a file URI, I see that Camel obtains a "lock" on the file. …

java file-io apache-camel filelock