[
https://issues.apache.org/activemq/browse/AMQNET-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61262#action_61262
]
Jim Gomes commented on AMQNET-273:
----------------------------------
Yeah, that's part of the waiting loop of the test. It's a benign (but
unnecessary) message. If it's annoying and spews out too much crap, I'll take
it out. I usually run from the GUI, so I don't get a screen full of that
stuff. Sorry about cluttering up your output.
> 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.