You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "olivier benichou (JIRA)" <ji...@apache.org> on 2006/08/20 14:41:23 UTC

[jira] Created: (AMQ-885) setUseAsyncSend default value causes bad performance if the client and the server are not on the same machine

setUseAsyncSend default value causes bad performance if the client and the server are not on the same machine
-------------------------------------------------------------------------------------------------------------

                 Key: AMQ-885
                 URL: https://issues.apache.org/activemq/browse/AMQ-885
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: WINDOWS NT server 2003
            Reporter: olivier benichou


When creating ActiveMQConnectionFactory instance, one shall set UseAsyncSend attribute to false,
otherwise performance are very poor if the server and the client are not running on the same machine.

The question is : Is it normal to have to set UseAsyncSend to false if we want to have good performance ?

	ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory(brokerURL);
    	factory.setUseAsyncSend(false);

Thanks




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (AMQ-885) setUseAsyncSend default value causes bad performance if the client and the server are not on the same machine

Posted by "olivier benichou (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-885?page=comments#action_36812 ] 
            
olivier benichou commented on AMQ-885:
--------------------------------------

Performance are excellent if clent and server run on the same machine and UseAsyncSend default value is used (true)

> setUseAsyncSend default value causes bad performance if the client and the server are not on the same machine
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-885
>                 URL: https://issues.apache.org/activemq/browse/AMQ-885
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: WINDOWS NT server 2003
>            Reporter: olivier benichou
>   Original Estimate: 20 minutes
>  Remaining Estimate: 20 minutes
>
> When creating ActiveMQConnectionFactory instance, one shall set UseAsyncSend attribute to false,
> otherwise performance are very poor if the server and the client are not running on the same machine.
> The question is : Is it normal to have to set UseAsyncSend to false if we want to have good performance ?
> 	ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory(brokerURL);
>     	factory.setUseAsyncSend(false);
> Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (AMQ-885) setUseAsyncSend default value causes bad performance if the client and the server are not on the same machine

Posted by "olivier benichou (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-885?page=comments#action_36813 ] 
            
olivier benichou commented on AMQ-885:
--------------------------------------

Context description : tcp

> setUseAsyncSend default value causes bad performance if the client and the server are not on the same machine
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-885
>                 URL: https://issues.apache.org/activemq/browse/AMQ-885
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: WINDOWS NT server 2003
>            Reporter: olivier benichou
>   Original Estimate: 20 minutes
>  Remaining Estimate: 20 minutes
>
> When creating ActiveMQConnectionFactory instance, one shall set UseAsyncSend attribute to false,
> otherwise performance are very poor if the server and the client are not running on the same machine.
> The question is : Is it normal to have to set UseAsyncSend to false if we want to have good performance ?
> 	ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory(brokerURL);
>     	factory.setUseAsyncSend(false);
> Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira