[rabbitmq-discuss] Optimizing RabbitMQ
Matthias Radestock
matthias at rabbitmq.com
Tue Nov 20 17:45:03 GMT 2012
Don,
On 20/11/12 17:07, Don wrote:
> Yes, I am using node-amqp. You are right. Once I disabled Nagle, I was off
> to the races. Thanks for your help.
>
> For anyone else who runs into this problem, here's the solution:
>
> var connection = amqp.createConnection({url: "amqp://localhost"});
> connection.setNoDelay(true);
Great! It might be worth filing a bug with node-amqp to make the above
the default.
Matthias.
More information about the rabbitmq-discuss
mailing list