Re: MoM servers and client libs for Delphi



It's a shame that there is no Delphi client for AMQP
(https://jira.amqp.org/confluence/display/AMQP/About+AMQP).
AMQP is an open source high performance enterprise MoM. As far as I
know it's being used inside JPMorgan Chase as it isintended to compete
with the big boys like WebSphere MQ.
There are many implementations, the one I've tried is RabbitMQ
(http://www.rabbitmq.com/)



Kevin Powick wrote:

I'm looking for information on the different options for Message
Oriented Middleware systems (MoM).

Specifically, I would like to find something with the following
qualities.

- No Java - Probably rules out the majority of MoM servers. I would
also prefer to avoid MSMQ.

- No immediate requirement to run on *nix, but fine if it can, or only
does, run on *nix.

- Lightweight deployment.

- Established/Stable. No experimental, beta products please.

- True Publish/Subscribe message queue capabilities - This rules out
RO, RTC & MsgConnect. I realize I can build on top of one of these
foundations, but my goal is not to build a MoM server, but to use one.
I'm unsure about kbmMW's WIB capabilities.

- Delphi supported client libraries. Either direct support, or easily
implemented via a common protocol.



--

.