[rabbitmq-discuss] use one channel for many consumers/producers

Matthias Radestock matthias at rabbitmq.com
Mon Nov 12 16:32:59 GMT 2012


Mohsen,

On 12/11/12 16:15, Mohsen Lotfizad wrote:
> soon I face socket descriptors limitations (it's actually 829). So I
> share the channel among producers:

Why not just share the *connection*? I.e. give each producer its own 
channel but create all those channels on the same connection. Same for 
consumers.

Matthias.


More information about the rabbitmq-discuss mailing list