[rules-users] Logging activations through JMS...

Michael Neale michael.neale at gmail.com
Wed Apr 18 02:55:23 EDT 2007


not sure off the top of my head for examples, I am sure there are (its easy
to do anyway, just take a look at the API).

As for JMS - sure that can be done. I guess the one caution would be to do
with performance: if you are accessing a remote JMS destination, then the
engine may be blocking on a call to a remote service, which could slow
things down a lot. The best bet, if that matters, is to have a local or in
memory JMS destination, and have that forwarded on if needs be, so that it
can still be nice and fast. Log4j probably can take care of all of it for
you.

Michael.

On 4/18/07, jdepaul <jjdepaul at us.ibm.com> wrote:
>
>
> Hi -
>
> I saw examples of logging rule activations using
> WorkingMemoryFileLogger(wm)
> which writes a log into the local file system.  I was wondering if one
> could
> log such entries in an application server via JMS - just like the Log4J
> jms
> logger would do?!
>
> Also, is there an example on how to use the Event Filter to log only
> specific events?!
>
> THanks,
> James
>
>
> --
> View this message in context:
> http://www.nabble.com/Logging-activations-through-JMS...-tf3598035.html#a10049345
> Sent from the drools - user mailing list archive at Nabble.com.
>
> _______________________________________________
> 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/20070418/0e647c56/attachment.html 


More information about the rules-users mailing list