Objectives In this example we will integrate Drools, Spring and Camel. We will first execute a test to show that our Rules are firing using just Drools Next we will test our Spring / Drools integration is working by loading a Drools Stateful Session bean and firing the rules associated with it. We will then... Continue Reading →
Connecting Drools 5.6 to Camel to Fire Rules on Distributed Knowledge Sessions
Objective In this post we are going to create a Drools Stateful Knowledge Session and bind it to a JNDI address. We will then use Camel to fire all the rules in that session. This is useful where we wish to have multiple Knowledge Sessions on multiple servers. This example uses the Drools Grid -... Continue Reading →