[rabbitmq-discuss] Multiple connections performance

François Beausoleil francois at teksol.info
Wed Mar 6 13:51:44 GMT 2013


Le 2013-03-06 à 03:30, rabbit15 a écrit :

> Hi, I have question about channels and connections. 
> Why flow control doesn't block channel instead of connection ? My
> application performs the best when I'm using one connection per one channel.
> Why flow control of one channel degraded speed of other channels in the
> connection ? What is the idea of using channels if I have to use connection
> per channel for optimal performance?

I keep two connections open per process: one for producing and another for consuming. I essentially use one-way connections. Works great for us, and prevents consumers from being blocked because of flow control.

Bye!
François

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4142 bytes
Desc: not available
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130306/ae82d184/attachment.bin>


More information about the rabbitmq-discuss mailing list