cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti as standalone with ActiveMQ

vishaluk
Champ in-the-making
Champ in-the-making
Hello everybody,
I am working on a project where the aim is to use Apache Activiti as a standalone bpm engine and activate specific process instances through messages from ActiveMQ. From whatever I have read, it looks like Activiti is not integrated with any JMS provider.
Any thoughts on this topic will be highly appreciated.
1 REPLY 1

arnoldschrijve1
Champ on-the-rise
Champ on-the-rise
Check out the documentation on Camel Tasks and starting processes from Camel: http://www.activiti.org/userguide/index.html#bpmnCamelTask

and check Tijs Rademakers blog post "Supersize Activiti with Mule ESB and Apache Camel"
http://bpmn20inaction.blogspot.nl/2011/05/supersize-activiti-with-mule-esb-and.html

Where you have:
<code>
from("activemq:in.create").to("activiti:camelProcess");
</code>

Best regards,

Arnold Schrijver