Perl-friendly message queue-like system

Richard Foley richard.foley at rfi.net
Thu Sep 22 09:49:47 BST 2011


Which RabbitMQ site are you talking about?  Here're the RabbitMQ+Perl links, 
from the RabbitMQ devtools page:

	http://www.rabbitmq.com/devtools.html#perl-dev

AnyEvent::RabbitMQ looks good:

	https://github.com/cooldaemon/AnyEvent-RabbitMQ

Ciao

Richard
--
Richard Foley
Ciao - shorter than AufWiederSehen! 
http://www.rfi.net/books.html


> Hi,
> 
> I've used ActiveMQ with a Perl STOMP client in the past. Works well, but at
> the time ActiveMQ was leaking memory quite a bit, I don't know if it's
> still the case now.
> 
> The RabbitMQ site doesn't feature examples in Perl, but I've recently
> played with Net::RabbitMQ, and it seems to do the job alright.
> 
> Cheers!
> 
> J.
> 
> On 22 September 2011 09:15, Martin A. Brooks <martin at antibodymx.net> wrote:
> > Mongers of Perl,
> > 
> > I have a bunch of servers doing mail ilftering.  I would like them to
> > send tiny messages about the results of said filtering to a central
> > point.  I would then like something at the central point to pop messages
> > off the queue and update a database.  Think of it as sort of a
> > centralised collection point for statistical data.  If the odd message
> > gets eaten, it really doesn't matter.
> > 
> > I understand something like RabbitMQ or ActiveMQ might do what I want,
> > however the former's website doesn't mention Perl and the latter I am
> > terrified of, having used it.
> > 
> > My Google-fu is failing me, what Perl-friendly system might I use for
> > such a thing?
> > 
> > Thanks
> > 
> > 
> > --
> > Martin A. Brooks
> > http://antibodyMX.net/ - antispam & antivirus email filtering.


More information about the london.pm mailing list