2 Replies Latest reply on Dec 12, 2011 2:00 AM by r0nan

    JBoss ESB & Drools execution on-the-fly

    r0nan

      Hi fellow ESB users.

       

      Im developing an application which requires to execute rules based on Drools language. We realized that ESB's BusinessRulesProcessor would be a perfect match.

      However our application need INSTANT rule execution. And when i say instant i mean to disable the polling, namely:

       

      drools.resource.scanner.interval or org.jboss.soa.esb.services.rules.resource.scanner.interval

       

      to provide instant rule evaluation EVERTIME when the BusinessRulesProcessor start.

       

      Can anybody help me with disable the polling while supporting the knowledgebase updates? (not just remove the MBean)