Esteban Aliverti [https://community.jboss.org/people/eaa] created the discussion

"Re: Does jBPM5 Start Process and Event handling block current thread?"

To view the discussion, visit: https://community.jboss.org/message/718604#718604

--------------------------------------------------------------
There is not such mechanism in jbpm5 as far as I know. You can create something 
similar usign asynchronous work item handlers, but you still need to create the 
scheduler that picks up those processes. 
A common practice, as you said is to communicate with process instances using a 
JMS queue. This way you not only have asynchronous processing, but you also 
gain some fail-safe features as well.

Best Regards,
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/718604#718604]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to