Change default send timeout to zero to optimize throughput
----------------------------------------------------------
Key: AMQNET-273
URL: https://issues.apache.org/activemq/browse/AMQNET-273
Project: ActiveMQ .Net
Issue Type: Improvement
Components: ActiveMQ
Affects Versions: 1.3.0
Reporter: Jim Gomes
Assignee: Jim Gomes
Fix For: 1.4.0
The default send has a request timeout of 15 seconds. With this timeout value,
the sending of messages is not as fast as it can be as the low-level code adds
additional overhead checks when sending to a topic if there is a send timeout
value greater than zero. By setting the default send timeout to zero, the
producer throughput will run at its maximum speed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.