Hi i'm playing a little bit with opennms code, and now looking at Eventd
daemon and how it is doing its job. As far as i understand there is event
server which spawns 2 EventRecievers (One listening on Udp and another
listenign on TCP). You register handlers to those event servers which will
handle the events. When an event is passed to handler it processes it with
its processEvent(Event event) methods. And it passes the control to
EventIpcManager which sends the events to all interested EventListeners that
are registered to it.(Actually their onEvent() method is called !)  After
that the listeners are doing the final job. What i dont get is why didnt you
use JMS for that purpose instead of Eventd ? Is there some particular reason
for that, because i'm going to implement a structure similar to that, but i
dont know which one choose your way or JMS.

Thanks in advance for your help ....
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to