Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.
I have an activeMQ broker using an SSL transport. I have about 10 consumers that are using the broker. I am …
java activemq apache-camelI'm trying to log exchange body as a string using log4j. <convertBodyTo id="_convertBodyTo1" type="java.lang.String"/&…
java logging log4j apache-camel blueprintHow can I do multipart file uploads using the Apache Camel HTTP component ?
java apache-camelBeing new to Apache Camel, I was recently reviewing its long list of components and stumbled upon their support for …
java queue messaging apache-camelI'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-servicemixWhat is the difference between JBoss Fuse and Apache camel? How can it be used in building micro service based …
apache-camel jbossfuseI have a restful web service based on cxf and camel. I am using Camel routing for my workflow it …
java rest cxf apache-camel cxfrsIs it a best practice to use end() for every route? The following works: from("jms:some-queue") .beanRef("bean1", "method1") .…
java spring apache-camelI am having trouble getting my Camel route to successfully POST a message to an existing RESTful web service. I …
apache-camel cxfrsWhenever 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