You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2010/08/18 21:13:47 UTC

[jira] Commented: (AMQNET-273) Change default send timeout to zero to optimize throughput

    [ https://issues.apache.org/activemq/browse/AMQNET-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61259#action_61259 ] 

Timothy Bish commented on AMQNET-273:
-------------------------------------

Seeing something odd after updating to incorperate your changes, not sure its related or not though.

{noformat}

     [exec] ***** Apache.NMS.Test.MessageSelectorTest.FilterIgnoredMessagesTest("queue://MessageSelectorQueue")
     [exec] Waiting (1) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...
     [exec] Waiting (0) to receive all non-ignored messages...

{noformat}


> 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.