-
I have a ruleBase.newStatefulSession().
-
I have a fixed set of facts.
-
I have a fixed set of rules.
-
Each mailer (a thread that is handling a single message) is inserting the message to the working memory, calls the "fireAllRules" method and retracts the message.
-
Rules that r executed change custom attributes in the message.
Problem: