At least in connection URL's used by clients, the option
wireFormat.tcpNoDelayEnabled=true is ignored silently.
So, you may have tried to disable Nagle's algorithm, to reduce latency for
example, without noticing any effect...

workaround: use socket.tcpNoDelay instead, for example:
"tcp://localhost?socket.tcpNoDelay=true"

Please see the issue I created at
https://issues.apache.org/activemq/browse/AMQ-1156 .

Regards,

David
-- 
View this message in context: 
http://www.nabble.com/option-wireFormat.tcpNoDelayEnabled%3Dtrue-seems-to-be-ignored-tf3185560s2354.html#a8841490
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to