Message queue

Message queue

am 26.05.2011 10:43:57 von Shawn Wilson

--0022158df33769f6fa04a429d2dd
Content-Type: text/plain; charset=ISO-8859-1

I'm trying to figure out what the differences are with all of the available
message queue projects. There's spread, rabbit, amq and a dozen+ others. I'm
not sure how polarized this subject is so maybe I should just ask what I
should look for and what I should look out for? I don't know why is choose
one over another...

--0022158df33769f6fa04a429d2dd--

RE: Message queue

am 26.05.2011 17:23:08 von Tim Lewis

Shawn, are you looking for something to send messages from Perl scripts
instead of an SMTP setup?
Tim

-----Original Message-----
From: shawn wilson [mailto:ag4ve.us@gmail.com]
Sent: Thursday, May 26, 2011 4:44 AM
To: beginners@perl.org
Subject: Message queue

I'm trying to figure out what the differences are with all of the available
message queue projects. There's spread, rabbit, amq and a dozen+ others. I'm
not sure how polarized this subject is so maybe I should just ask what I
should look for and what I should look out for? I don't know why is choose
one over another...


--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Message queue

am 26.05.2011 19:19:00 von rvtol+usenet

On 2011-05-26 10:43, shawn wilson wrote:

> I'm trying to figure out what the differences are with all of the available
> message queue projects. There's spread, rabbit, amq and a dozen+ others. I'm
> not sure how polarized this subject is so maybe I should just ask what I
> should look for and what I should look out for? I don't know why is choose
> one over another...

Recently mentioned here:

http://london.pm.org/pipermail/london.pm/Week-of-Mon-2011052 3/subject.html

--
Ruud

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Message queue

am 26.05.2011 19:56:09 von Shawn Wilson

On Thu, May 26, 2011 at 11:23, Tim Lewis wrote:
> Shawn, are you looking for something to send messages from Perl scripts
> instead of an SMTP setup?
> Tim
>

doing web stuff (commit) with it. i'm currently using AnyMQ just
because that's what was used in the examples for Web::Hippie and
xdfighter examples. however, i've also got a project that would take
live audio and process it, i'm thinking that a queue might be better
than a thread (though, doesn't a queue setup a thread in the
background anyway?) for doing this.

.... so, i got to looking at message queues, which is where the
question came from...

however, to answer your question - no, no mail - if i want to send
mail, i'll use mail module and call it a day, if i want to send tons
of mail, i'll put it into a gearman process and let gearman handle it
:)

> -----Original Message-----
> From: shawn wilson [mailto:ag4ve.us@gmail.com]
> Sent: Thursday, May 26, 2011 4:44 AM
> To: beginners@perl.org
> Subject: Message queue
>
> I'm trying to figure out what the differences are with all of the available
> message queue projects. There's spread, rabbit, amq and a dozen+ others. I'm
> not sure how polarized this subject is so maybe I should just ask what I
> should look for and what I should look out for? I don't know why is choose
> one over another...
>
>

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Message queue

am 26.05.2011 20:10:11 von Leo Lapworth

On 26 May 2011 09:43, shawn wilson wrote:
> I'm trying to figure out what the differences are with all of the available
> message queue projects.

There has recently been a discussion on London.pm's mailing list:

http://london.pm.org/pipermail/london.pm/Week-of-Mon-2011052 3/020651.html

Thread overview:
http://london.pm.org/pipermail/london.pm/Week-of-Mon-2011052 3/thread.html

You might want to review / join that

Good luck

Leo

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Message queue

am 26.05.2011 23:18:07 von Shawn Wilson

On Thu, May 26, 2011 at 14:10, Leo Lapworth wrote:
> On 26 May 2011 09:43, shawn wilson wrote:
>> I'm trying to figure out what the differences are with all of the available
>> message queue projects.
>
> There has recently been a discussion on London.pm's mailing list:
>
> http://london.pm.org/pipermail/london.pm/Week-of-Mon-2011052 3/020651.html
>
> Thread overview:
> http://london.pm.org/pipermail/london.pm/Week-of-Mon-2011052 3/thread.html
>

thanks, that was a good read. i'm left thinking that anymq might just
be the best out there (which is what i'm using). go figure, maybe i
stumbled and got lucky (or went from examples of accomplished perl
hackers that probably know better than i)

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/