|
Home > Archive > Unix Programming > September 2004 > message queueing on AIX 5.2
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
message queueing on AIX 5.2
|
|
| Paul DeMello 2004-08-17, 5:54 pm |
| I was wondering if anyone had any recommendations for message queueing
systems on this platform. We're evaluating BEA MessageQ now and have
been using MQ series. Are there others out there that people like?
Thanks,
Paul
| |
|
| Paul DeMello wrote:
> I was wondering if anyone had any recommendations for message queueing
> systems on this platform. We're evaluating BEA MessageQ now and have
> been using MQ series. Are there others out there that people like?
MQ Series is great but often very much overkill. What is the
application for which you will be doing this? There are many solutions
such as SysV IPC, or simply a serialized access process using semaphors
and a spool file.
--
JQ
|
|
|
|
|