Yes, the rule is very simple:
rule "message0to5"
when
msg: Case2Message (message0to5 =="qsdew")
then
msg.setPosition(1);
//System.out.println("postion is : 1" );
end
and some other rules like this.
We use this simple test to do the performance test.
Currently our project need to choose a rule engine product.
We test Drools and IBM Webphsere Ilog Jrules.
Our system need to handle 35,0000 messages per second.
--
View this message in context:
http://drools.46999.n3.nabble.com/StatefulKnowledgeSession-dispose-tp3440...
Sent from the Drools: User forum mailing list archive at
Nabble.com.