Was thinking about the combination of JMS and jbpm today through the enterprise archive
and the MDB command service that comes with jbpm.
Looking at the code, there is nothing that takes into account a message redelivery. User
code would quite probably want knowledge that a Command was a redelivery.
Maybe a boolean method wasRedelivered() and setRedelivery() on the Command interface would
be a good addition? Also, this flag should be set as a transient variable of the process
instance by appropriate Command implementations. Thoughts?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068378#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...