Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 9417 invoked from network); 20 Aug 2006 12:46:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Aug 2006 12:46:26 -0000 Received: (qmail 61365 invoked by uid 500); 20 Aug 2006 12:46:25 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 61327 invoked by uid 500); 20 Aug 2006 12:46:25 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 61318 invoked by uid 99); 20 Aug 2006 12:46:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 05:46:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 05:46:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3691E41000C for ; Sun, 20 Aug 2006 12:43:23 +0000 (GMT) Message-ID: <19220.1156077803220.JavaMail.jira@brutus> Date: Sun, 20 Aug 2006 05:43:23 -0700 (PDT) From: "olivier benichou (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Commented: (AMQ-885) setUseAsyncSend default value causes bad performance if the client and the server are not on the same machine In-Reply-To: <32672457.1156077683135.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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