09-02-04 11:50 PM
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
[ Post a follow-up to this message ]
|