[jboss-user] [JBoss jBPM] - Re: please help: concurrent paths execution

tom.baeyens@jboss.com do-not-reply at jboss.com
Wed May 30 11:13:46 EDT 2007


if you don't want jobs from the same process instance to be executed concurrently, you should try async="exclusive"

don't remember if i also added this for timers.  the idea is that exclusive jobs will all be acquired by 1 thread in one tx.  and then they are executed by that single thread sequentially.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049771#4049771

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049771



More information about the jboss-user mailing list