[zeromq-dev] Messaging strategy question

Pieter Hintjens ph at imatix.com
Fri Oct 7 12:09:01 CEST 2011


Wes,

Please read the Guide and specifically Chapter 3, which covers this in detail.

-Pieter

On Fri, Oct 7, 2011 at 12:51 AM, Wes Widner <kai at werxltd.com> wrote:
> Hey guys,
>
> We're in the process of developing an application which we hope to use 0mq
> in if we can get the messaging figured out. It consists of clients that send
> messages to multiple workers of various types. At first I wanted to use a
> pub-sub pattern because it allows filtering, but I couldn't restrict how
> many subscribers recieved the message. I also discovered that I'm not able
> to use multiple publishers on a socket anyway.
>
> So my question is how I can best achieve the goal of having multiple clients
> send messages to various types of workers and also allow the workers to
> communicate back with the clients. Is there a combination of devices and
> routing that would achieve this? We've run several tests this week but
> haven't found a native 0mq solution and are instead looking at rolling our
> own message routing system.
>
> Thanks,
> -Wes
>
> _______________________________________________
> 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