[rabbitmq-discuss] RabbitMQ and Nagle

Michael Klishin michael.s.klishin at gmail.com
Sat Mar 30 05:50:04 GMT 2013


2013/3/30 Atlanta44 <atlanta444484 at yahoo.com>

> SHould I turn Nagle off at the OS level, or is there a way to do that from
> my Java code.  If so, could someone please post a link
>

You cannot disable Nagle's algorithm at the OS level, it is a per-socket
setting.

RabbitMQ Java client disables it by default:
http://hg.rabbitmq.com/rabbitmq-java-client/file/025634fd7006/src/com/rabbitmq/client/ConnectionFactory.java#l478
-- 
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/20130330/1c5a2237/attachment.htm>


More information about the rabbitmq-discuss mailing list