[zeromq-dev] How to define a global queue

2015-12-23 Thread Osiris Pedroso
Hi Louis, You should invest on a free trial subscription to www.pluralsight.com and attend the 7.5 hours class named "Message Queue Fundamentals in .NET" by Elton Stoneman. The author goes through message queue fundamentals and as part of the process you get exposed to Windows MQ, ZeroMQ and Azur

Re: [zeromq-dev] How to define a global queue

2015-12-22 Thread Louis Hust
Thanks very much! 2015-12-22 21:57 GMT+08:00 Pieter Hintjens : > 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 wrote: > > Hi, all > > > > We are designing a distributed software, we'd lik

Re: [zeromq-dev] How to define a global queue

2015-12-22 Thread Gerry Steele
I think the question you must ask yourself is how have you compared a practical implementation of your business requirements with different products. Your question makes it seem like you may well have a dull naive understanding of complex software systems. No one here can answer your questions un

Re: [zeromq-dev] How to define a global queue

2015-12-22 Thread Pieter Hintjens
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 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 g

[zeromq-dev] How to define a global queue

2015-12-22 Thread Louis Hust
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