Message queue

--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--
Shawn Wilson [ Do, 26 Mai 2011 10:43 ] [ ID #2060112 ]

RE: Message queue

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 [at] gmail.com]
Sent: Thursday, May 26, 2011 4:44 AM
To: beginners [at] 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 [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Tim Lewis [ Do, 26 Mai 2011 17:23 ] [ ID #2060116 ]

Re: Message queue

On Thu, May 26, 2011 at 11:23, Tim Lewis <twlewis [at] sc.rr.com> 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 [at] gmail.com]
> Sent: Thursday, May 26, 2011 4:44 AM
> To: beginners [at] 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 [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Shawn Wilson [ Do, 26 Mai 2011 19:56 ] [ ID #2060118 ]

Re: Message queue

On 26 May 2011 09:43, shawn wilson <ag4ve.us [at] gmail.com> 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 [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Leo Lapworth [ Do, 26 Mai 2011 20:10 ] [ ID #2060119 ]

Re: Message queue

On Thu, May 26, 2011 at 14:10, Leo Lapworth <leo [at] cuckoo.org> wrote:
> On 26 May 2011 09:43, shawn wilson <ag4ve.us [at] gmail.com> 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 [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Shawn Wilson [ Do, 26 Mai 2011 23:18 ] [ ID #2060120 ]

Re: Message queue

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 [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
rvtol+usenet [ Do, 26 Mai 2011 19:19 ] [ ID #2060216 ]
Perl » gmane.comp.lang.perl.beginners » Message queue

Vorheriges Thema: practical perl guides
Nächstes Thema: How to execute xxx.sql in DBI in perl