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

RE: Orchestration with Camel

2012-03-22 Thread Omar Atia
Currently I have project to replace BPEL with activemq and Camel , avoid BPEL . Enjoy the camel ride. Thanks, -Original Message- From: Hugo [mailto:the_damned_an...@voila.fr] Sent: Thursday, March 22, 2012 6:36 PM To: users@camel.apache.org Subject: Orchestration with Camel Hi everyone

Re: Orchestration with Camel

2012-03-22 Thread Hadrian Zbarcea
Camel was created for message processing. One of typical usecase for camel is business processes. The key points are: * use of a higher level language to describe your business process: in ODE you have BPEL, in camel you don't, but you have EIPs (via a DSL supported in a few languages, includi