Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.
I am new to ESB and trying to understand ESB concepts and real-world use cases. I dug into few of …
apache-camel esb jbossfuseIt seems like both serve the same purpose. Is there any difference that makes one useful in certain situations and …
apache-camelI am trying to serialize and deserialize POJOs to and from JSON on Camel routes using Jackson. Some of these …
spring-boot jackson apache-camelI'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 splitterI have the following route definition: @Component public class CamelRoutes extends RouteBuilder { @Override public void configure() throws Exception { from("seda:…
java spring apache-camel spring-camelI 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 notationI am starting now with Camel. I have seen the http4 component for http clients and the jetty component for …
java http routing apache-camelI 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-karafHaving the following working Camel flow setup in a ServletContextListener in a Web project running on IBM WebSphere, an incoming …
java apache-camel cxfrsI would like to monitor all of the files in a given directory for changes, ie an updated timestamp. This …
file apache-camel