Usage of Apache Camel

Hi guys,

I am new to Camunda BPM and trying to set up a Camel route within my process engine. I’d like to start my process via camel, if a file was dropped into a folder. But now I am not sure how to implement this into my project, without using the Spring or CDI enviroment.

I would appreciate every help.

Hi Thomas,

I’m not a Camel expert but there exists a community extension for Camunda + Camel: https://github.com/camunda/camunda-bpm-camel

Maybe this could help to get started?

Cheers,
Sebastian

Hi Sebastian,

thank you for your reply. Yeah the given examples are using CDI. :slightly_smiling: