[rabbitmq-discuss] Optimizing RabbitMQ
Don
don at efficio.us.com
Tue Nov 20 17:07:20 GMT 2012
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);
--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Optimizing-RabbitMQ-tp21399p23531.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list