Re: PG-MQ?

From: "Marko Kreen" <markokr(at)gmail(dot)com>
To: "Rob Butler" <crodster2k(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PG-MQ?
Date: 2007-06-20 13:50:24
Message-ID: e51f66da0706200650y790abca0tcca684dcdb326050@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 6/20/07, Rob Butler <crodster2k(at)yahoo(dot)com> wrote:
> Do you guys need something PG specific or built into PG?

Yes, we need it usable from inside the DB, thus the PgQ.

That means the events are also transactional with other
things happening in the DB.

> ActiveMQ is very nice, speaks multiple languages, protocols and supports a ton of features. Could you simply use that?

I guess that if you need standalone message broker, the
ActiveMQ may be good choice. At least, any solution that
avoids the database when passing messages should outperform
solutions that pipe stuff thru (general-purpose) database.

OTOH, if you _do_ need to transport the events via database
it should be very hard to outperform PgQ. :) As it uses the
user-level xid/snapshot trick introduced by rserv/erserver/slony,
which is not possible with other databases other than PostgreSQL.

--
marko

In response to

  • Re: PG-MQ? at 2007-06-20 12:42:19 from Rob Butler

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Browne 2007-06-20 15:32:57 Re: PG-MQ?
Previous Message Andrew Dunstan 2007-06-20 13:38:57 Re: Suggestion for Enum Support Functions