Looking at the docs on http://bitly.github.io/nsq/overview/design.html it's clear to me that by default multiple consumers of a channel result into a round robin distribution of messages
How can a fanout setup be achieved?
I presume each consumer would then have to create their own channel for a topic?
Cheers,
J