Activiti as standalone with ActiveMQ
![vishaluk vishaluk](https://connect.hyland.com/legacyfs/online/avatars/Blue-user-logo.png)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2014 05:47 AM
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2014 08:07 AM
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
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
![](/skins/images/3EA4296CAFBBFFCF1FE252BDE05FE3BC/responsive_peak/images/icon_anonymous_message.png)