* Michael A. Nachbaur ([EMAIL PROTECTED]) [010310 14:25]:
> Since today seems to be "The Day of the Off Topic(tm)", I thought I'd jump
> in with my question.
> 
> Is there a event messaging framework available for Perl, similar to JMS?
> I'd like to be able to have an object registered as a handler for certain
> "events", and have perl code throw those events causing the object to be run
> automatically (publish / subscribe model).
> 
> I could probably implement something like this to finish my project, but I'd
> rather not do a one-off.  Does anyone know of anything that can accomodate
> this functionality?  If I'm the first one trying to modularize this, what
> features would you like to see?

Hi Michael,

Just to put another 2 cents in -- I have this exact same idea and
interest. I setup a project on Sourceforge for it
(sourceforge.net/projects/perlmq/) but haven't been able to put
together an initial ideas document yet. (Real life intrudes.) 

JMS seems to me a good model to follow as well. Why not use all that
hard work lots of people have already done? :-)

My initial thoughts were to base both the client and server around
POE. Messages would be standard objects but would have different types
of payloads: scalar, hash, array, object, XML document. SOAP would be
another way to request/send messages as well.

There is a mailing list on the sourceforge site to which we can move
all this discussion, if you'd like. (That way it will all be archived
in one place :-)

Thanks!

Chris

-- 
Chris Winters ([EMAIL PROTECTED])
Building enterprise-capable snack solutions since 1988.

Reply via email to