I have an application that is required to process over 1000 transactions per second.
These transactions should be in the form of processes with some sort of definition.
- I wan to store the definitions in a database but not the history.
I think it would make performance much better this way.
How can I achieve this with JBPM?