[rabbitmq-discuss] Subscribers per Channel
Michael Klishin
michael.s.klishin at gmail.com
Fri Apr 12 01:04:11 BST 2013
2013/4/12 Ilya Volodarsky <ilya at segment.io>
> 1. What is a recommended amount of subscriptions per channel?
>
Channels are just integers on the wire and a little bit of state on the
node you are connecting to.
It's unlikely to cause any issues.
Error handling is per-channel so it's a better idea to have one channel per
consumer than multiple
ones.
> 2. Should we avoid having so many queues? (one queue per project design)
>
Only real workload will tell but generally on multi-core machines it is a
better idea to have more queues
than a few very heavily congested ones.
--
MK
http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130412/120bef25/attachment.htm>
More information about the rabbitmq-discuss
mailing list