[rules-users] Compatibility of Drools for High Traffic events

Wolfgang Laun wolfgang.laun at gmail.com
Thu Jun 18 09:35:51 EDT 2009


I've been doing similar things in an ESME (direct SMSC connection) but
without rules, as the conditions were much simpler, and just handling SMS
messages themselves.

I guess you'll base your decision on billing records, possibly in connection
with subscriber data. Billing records might be a bit bulky; and the
class(es) representing them s.b. well structured (bean style). But I have
seen telecommunication provider solutions where the data (from the
subscriber DB) hat to be accessed using property keys, which would not be so
nice for writing rules (with any such system, probably).

Also, do you need to distribute your goodies in real time (so that a caller
is informed right away - marketing will love that for obvious reasons) or
can you do it after time 'Y'? The former is a little more intricate,
especially distributing on a fractional rate (and not by "every n-th").

-W



On 6/18/09, Thilina Anjitha <thilina at hsenidmobile.com> wrote:
>
> Hi,
>
> I'm planning to use drools to define rules and execute promotions for
> telecommunication events such as voice call, SMS, MMS, etc.. events. So we
> can expect very large amount of events per day.
>
> We need to define different business rules to provide promotions, bonuses
> to the subscribers. Some of the example promotions are listed here.
>
> 1. During the period of X-Y, every 10th MMS sender gets $ 2.00 worth of
> free SMS. And the winners will be notified via SMS.
> 2. During the period of X-Y, random 100 calls to Japan of the CHAT tariff
> plan get free movie tickets. And the winners will be notified via SMS. The
> same subscriber will not be selected as winner again and again.
> 3. During the period of X-Y, any subscribers have usage for voice call or
> SMS get bonuses as follows :
> $ 10 - 20 : get 20% as bonus of free SMS
> $ 20 - 50 : get 50% as bonus of free air time
> $ 50 - 70 : get 70% as bonus of free IDD
>
> I'm in the evaluation period of the Drools for the system. If anybody give
> recommendations or flexibilities/limitations of the drools for our
> application.
>
> Thanks,
> Thilina
>
>
>
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20090618/83bde374/attachment.html 


More information about the rules-users mailing list