I have situation where the set of rules I am writing will be invoked via a REST service in an asynchronous manner via JMS message queues. Essentially what is happening is that from the GUI, a ticket is raised which has a unique ticket id value. For this ticket, a particular rule evaluation has to be done. Once this rule evaluation is done, the result of the evaluation has to be linked to this particular ticket via the ticket id.

My question is what is the best way to achieve is in my DRL files? Do I have a Ticket fact type in every condition of every rule?

Thanks in advance.


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://drools.46999.n3.nabble.com/Asynchronous-Rule-Evaluation-tp4028141.html">Asynchronous Rule Evaluation</a><br/>
Sent from the <a href="http://drools.46999.n3.nabble.com/Drools-User-forum-f47000.html">Drools: User forum mailing list archive</a> at Nabble.com.<br/>