On completion failure when doing file processing

2018-05-10 Thread Hugo Marcelino
Hello, I have inherited some code that is running Apache Camel and was asked if it was possible to send a notification whenever a processed file failed. I've found two links that looked promising to me. 1. https://issues.apache.org/jira/browse/CAMEL-3372 2. https://github.com/apache/camel/bl

Spring context and camel context in the same time

2012-04-16 Thread Hugo
Hello everyone, Is it possible to use a camel context and a spring context (more precisely an AnnotationConfigApplicationContext) in a same application ? I explained myself : I'm trying to do 2 "simple" things. - get beans (created by spring through the annotation @Named) file from a java class (

RE: Orchestration with Camel

2012-03-23 Thread Hugo
Thanks guys for your answers and feedbacks !!! ^^ Moreover, I think it's more easy to find resources with java knowledge than BPEL knowledge. I already did a little example of my use-case with Camel, it works relatively easily. -- View this message in context: http://camel.465427.n5.nabble.co

Orchestration with Camel

2012-03-22 Thread Hugo
Hi everyone, I am wondering which advantages I could have using Camel for orchestration tasks (like sequence of webservices calls) rather than Apache ODE ? The only point I am aware right now, it is : with Camel I can do it in java (even if Camel wasnot initially created for orchestration) and wi