[zeromq-dev] Preliminary results of voting
Martin Sustrik
sustrik at fastmq.com
Tue Sep 2 19:21:41 CEST 2008
Shabaz,
To be more precise: 0MQ allows for plugging in different wire protocols.
Currently is uses simple protocol optimised for performance. We have
AMQP plug-in as well. However, it's still under development (at the
moment it's able to do only initial handshaking and sending/receiving
messages). So, once that's released, your RTD bridge should be usable
with 0MQ.
Martin
Pieter Hintjens wrote:
> On Tue, Sep 2, 2008 at 6:31 PM, Shahbaz Chaudhary
> <schaudhary at genghisfund.com> wrote:
>
>> I have mainly been using the Java broker from the Qpid project. I
>> submitted an RTD server for their broker, although it is nowhere near
>> production ready (I'm not a C#/windows programmer).
>
> Shahbaz, what's actually involved in making a RTD server? Can you
> provide more details about what you wrote and what it needs in terms
> of messaging?
>
> 0MQ does not run on AMQP, it uses a much simpler, and faster protocol.
> In many respects 0MQ *is* the API since it's a peer-to-peer model,
> where all the intelligence sits in the client API. It can also be
> used to make brokers but they are then just a kind of application.
>
> So there's no way in 0MQ to reuse the APIs from RabbitMQ or OpenAMQ,
> but the other way around could work nicely - 0MQ as a high-speed
> extension for those APIs.
>
> -Pieter
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list