Custom Java events with listeners vs. a JMS based implementation?
Posted
by Joe Dean
on Stack Overflow
See other posts from Stack Overflow
or by Joe Dean
Published on 2010-04-08T22:56:39Z
Indexed on
2010/04/08
23:43 UTC
Read the original article
Hit count: 303
My application requires events to be fired based on some specific activities that happen. I'm trying to determine if I should create my own event handling system using the Java EventObject with custom listeners similar to Java AWT Or should I use a JMS implementation? I was considering either apache's Qpid or ActiveMQ solution. I'm exploring these options at the moment and was wondering if anyone has experience with Qpid or ActiveMQ and can offer some advise (e.g., pros, cons to consider, etc) Also, if anyone has any suggestions for building a simple event handling system... if it's even worth while to consider this over a JMS based solution.
© Stack Overflow or respective owner