Thanks very much!

2015-12-22 21:57 GMT+08:00 Pieter Hintjens <[email protected]>:

> You can look at Malamute, a simple ZeroMQ-based broker.
>
> https://github.com/zeromq/malamute
>
> -Pieter
>
> On Tue, Dec 22, 2015 at 2:32 PM, Louis Hust <[email protected]> wrote:
> > Hi, all
> >
> > We are designing a distributed software, we'd like to have a global
> queue,
> > and many producer programs can send message
> > to the global queue, and many consumer programs can receive message from
> the
> > global queue.
> > Each message in global queue can be consumed by each consumer
> independently,
> > not in load balance way.
> >
> > RabbitMQ can satisfy our need, but we want to compare with more MQ, so
> ZMQ
> > up to us for it's performance.
> >
> > But we found ZMQ is not an independent Software, instead it's library.
> >
> > If ZMQ satisfy this situation? Can anyone give me some idea about it?
> >
> > I am newbee for ZMQ, any idea will be appreciated!!!
> >
> > _______________________________________________
> > zeromq-dev mailing list
> > [email protected]
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> >
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to