[zeromq-dev] How to define a global queue

Louis Hust louis.hust at gmail.com
Wed Dec 23 03:04:13 CET 2015


Thanks very much!

2015-12-22 21:57 GMT+08:00 Pieter Hintjens <ph at imatix.com>:

> 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 <louis.hust at gmail.com> 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
> > zeromq-dev at lists.zeromq.org
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> >
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20151223/c62e74a5/attachment.htm>


More information about the zeromq-dev mailing list