[rules-users] Drools/Camel Integration sending messages

Andre morpheusandre at web.de
Tue Jun 14 04:35:15 EDT 2011


is it correct, that the channels only work with an stateful session? why?
what is the connection between extracting objects out of drools and the
working memory?
<drools:grid-node id="node1"/>          
   <drools:kbase id="kbase1" node="node1">
   <drools:resources>
         <drools:resource type="DRL" source="classpath:test.drl"/> 
    </drools:resources>
    <drools:configuration>
             <drools:mbeans enabled="true" /> 
             <drools:event-processing-mode mode="STREAM" /> 
    </drools:configuration>
  </drools:kbase>
  <drools:ksession id="ksession1" type="stateful" kbase="kbase1"
node="node1">
   <drools:script>
     <drools:fire-all-rules/>
   </drools:script>
   </drools:ksession>


--
View this message in context: http://drools.46999.n3.nabble.com/Drools-Camel-Integration-sending-messages-tp3043844p3062204.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list