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.

Getting Started with Jboss Fuse ESB

I am new to ESB and trying to understand ESB concepts and real-world use cases. I dug into few of …

apache-camel esb jbossfuse
Apache Camel: do Processors and Beans serve the same purpose?

It seems like both serve the same purpose. Is there any difference that makes one useful in certain situations and …

apache-camel
How to configure Jackson ObjectMapper for Camel in Spring Boot

I am trying to serialize and deserialize POJOs to and from JSON on Camel routes using Jackson. Some of these …

spring-boot jackson apache-camel
Apache Camel File Splitter by Example

I'm being given a file containing numeric IDs that are delimited by newlines ("\n"): 123948 939904 129384 234049 etc. I want to use Camel …

java integration apache-camel splitter
org.apache.camel.NoSuchBeanException: No bean could be found in the registry for:

I have the following route definition: @Component public class CamelRoutes extends RouteBuilder { @Override public void configure() throws Exception { from("seda:…

java spring apache-camel spring-camel
How do I load a Camel Property into a Bean?

I have been reading the following page on Camel properties: http://camel.apache.org/using-propertyplaceholder.html and also reading the …

java xml properties apache-camel notation
Apache Camel http to http routing (Is it possible?)

I am starting now with Camel. I have seen the http4 component for http clients and the jetty component for …

java http routing apache-camel
Logging camel exceptions and sending to the dead letter channel

I have a Camel route, running within Karaf, for which I've added a Dead Letter Channel. This is to handle …

logging exception-handling apache-camel apache-karaf
How to invoke a REST call (POST with JSON body) from Camel in Java DSL

Having the following working Camel flow setup in a ServletContextListener in a Web project running on IBM WebSphere, an incoming …

java apache-camel cxfrs
How can Apache Camel be used to monitor file changes?

I would like to monitor all of the files in a given directory for changes, ie an updated timestamp. This …

file apache-camel