Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.
What's the difference between: <camel:errorHandler id="deadLetterErrorHandler" type="DeadLetterChannel" deadLetterUri="log:dead"> <camel:camelContext errorHandlerRef="deadLetterErrorHandler"&…
java exception-handling error-handling apache-camelI am having trouble using the Jackson JSON library with camel. The exception is: FailedToCreateRouteException: Failed to create route... because …
json jackson apache-camelI've got a series of "pipelined" components that all communicate through ActiveMQ message queues. Each component uses Camel to treat …
java unit-testing messaging apache-camelI'd like to develop a route that polls a directory containing CSV files, and for every file it unmarshals each …
apache-camelI've been poring over the Apache Camel docs trying to get a concrete understanding of two of its most basic …
java routes apache-camel endpointGoal to connect to Hornteq and send a message to a queue and route it to a topic or queue …
spring apache-camel hornetq spring-jms wildflyI have multipart file in the first place and I want to send it to camel pipeline and save this …
java spring type-conversion apache-camel spring-camelHave to throw an exception in my camel route defined in XML. Found throwException statement available from Camel 2.3 which looks …
apache-camelWhen I send a request to my webservice (build with apache camel and running on apache karaf) I always get &…
web-services soap wsdl apache-camel apache-karafI am doing java camel development and I want to unit test(junit4) a bunch of functions with Exchange being …
unit-testing apache-camel junit4 easymock