On Jan 2, 2013, at 11:48 AM, Viet Hoang (Quant Edge) <[email protected]> wrote:
> We have been using a modified Major Domo pattern, packing pub/sub, req/res, > binary star, round robin on Dealer/Router pair, for both WAN and LAN > communications. We are getting 200k mps, or 25k symmetric encryption, on a > single broker. > > So far so good, however we are implementing another modified version of Clone > pattern, for better separation between layers. However to detect gap for each > subtree and to maintain message sequence, it takes a lot of coding and > testing. After a while, I believe i'm reinventing the wheel, I could just use > AMQP / QPID and no need to do coding or testing. Does ZeroMQ plan to support > AMQP features in near future? I don't think so. The library gains new features by people writing the code (and tests) and sending pull requests. You can probably also pay iMatix to add features. I do not know of any plans to reproduce specific AMQP features. cr _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
