Hello,
how can I integrate Apache Camel with Bonita BPM? Can't find anything related on this site or by searching on Google. Is it possible and are there any resources on this topic? Perhaps someone can give me some hints?
regards
Klime
Hello,
how can I integrate Apache Camel with Bonita BPM? Can't find anything related on this site or by searching on Google. Is it possible and are there any resources on this topic? Perhaps someone can give me some hints?
regards
Klime
Ok, let's answer as good as it gets. There are several ways to invoke Camel routes. Best way I see:
1. BPM -> Camel: you can expose the camel routes as web services or JMS listeners. And call / invoke the exposed web services. Or send a JMS message (you have to write an adapter for that).
2. Camel -> BPM: You can easily call the REST API of the Bonitasoft BPM. it wasn't so difficult at the end.
Hae fun.. Gabriel
No one? Does anyone use another integration framework with Bonita BPM?
a lot of users integrate Bonita into their current framework, and then use API to communicate with Bonita Engine. is that what you want to do ?