[rabbitmq-discuss] Connection Pooling Options to solve FD Consumption on RabbitMQ.

Matthias Radestock matthias at rabbitmq.com
Tue Jul 26 10:29:22 BST 2011


On 21/07/11 06:14, Abhishek K wrote:
> I am assuming each channel is opening a TCP connection - Is it correct ?

No. Each, connection corresponds to a TCP connections. The clue is in 
the name ;) Channels are multiplexed on a connection.

> Also should I create a channel from a globale connections instead of
> creating connection each time?

Yes.

Matthias.


More information about the rabbitmq-discuss mailing list