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
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 (
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
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