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-messag...
Sent from the Drools: User forum mailing list archive at
Nabble.com.