<div dir="ltr"><div><div>Making the rules more complicated in order to achieve control over sending<br>messages to some other application does not strike me as the best option.<br><br></div>As an alternative, processed facts could be collected on the interface between <br>
Drools and your application A.<br><br></div><div>-W<br></div><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 13 April 2014 05:26, mohanm <span dir="ltr">&lt;<a href="mailto:mohanm.eee@gmail.com" target="_blank">mohanm.eee@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Laune,<br>
<br>
Drools is integrated to an application A which is communicating to another<br>
application B through webservice. Based on the facts in the working memory<br>
we are going to do send an request to Application B to do some action either<br>
create,update or delete existing events. All the calls to the Application B<br>
is synchronous. If we have more and more requests going to Application B<br>
through synchronous calls, Application B is taking time to process those<br>
requests. we need to limit these calls as low as possible, Any faults at<br>
device can generate more than 100 events which in turn converted in to facts<br>
and inserted into working memory. For each facts, I don&#39;t want to create 100<br>
requests to Application B. I need to send only one request to Application B<br>
for all the facts together, So we are using collection to control this.<br>
<br>
While using collection we were facing the problem as mentioned below.<br>
<br>
Hope I made you understand<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Problem-with-Collection-tp4029219p4029227.html" target="_blank">http://drools.46999.n3.nabble.com/Problem-with-Collection-tp4029219p4029227.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br></div>