Multiple subscribers in NServiceBus

Posted by Johan Zell on Stack Overflow See other posts from Stack Overflow or by Johan Zell
Published on 2010-03-17T13:58:33Z Indexed on 2010/03/17 17:01 UTC
Read the original article Hit count: 356

Filed under:
|

Hi. I'm getting started with NServiceBus and have a question about the Pubsub sample.

My intention was to have multiple instances of Publisher1 running and receiving the message sent from the publisher. I also hacked the Publisher to only send messages of the eventMessage type.

But if I start the publisher and three instances of Subscriber1, only one of them gets the message at a time.

why is that? Is it a config setting or something else?

/J

© Stack Overflow or respective owner

Related posts about nservicebus

Related posts about pubsub