Kind of new to JBoss Rules...I'm trying to fiigure out from what i have read so far if the following scenario is possible:
 
 
1. Start up an instance of a working memory (say, with dummy rule?) and keep it running, feeding it data objects to operate on from time to time.
2. As needed, kick off as many instance of working memory within the single rule base (in a separate thread) and keep them going as in step 1
 
The idea is to keep the rules engine running constantly, but kick off separate working-memory threads for the injection of various incoming rule sets and the objects those rule sets work on as needed. Can anyone provide some insight to this? Pointers to examples, perhaps?
 


Alan J.