<p>Hi,</p>
<p>We are looking for the way to consume the DRLs managed in the Drools workbench in the camel and expose them as services to the clients.</p>
<p>We have tried it with the sample examples (with drl files) provided in the camel integration example and found it working. Using drools 6.0.1, now how the workbench knowledge base should be added to the camel knowledge services?</p>

<p>Searched a lot, could not find a reference/help on this regard? We are looking for XML element like below for the file based integration</p>
<p>&lt;kie:kbase name=&quot;kbase1&quot; packages=&quot;org.drools.server&quot;&gt; &lt;kie:ksession name=&quot;ksession1&quot; type=&quot;stateless&quot;/&gt; &lt;/kie:kbase&gt;</p>
<p>&gt;From the Java application, we are able to run against the workbench knowledgebase dynamically (using maven release id). How this should be integrated with camel services?</p>
<p>Regards,<br>
Anton</p>