Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 34409 invoked from network); 18 Apr 2007 11:22:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2007 11:22:43 -0000 Received: (qmail 81288 invoked by uid 500); 18 Apr 2007 11:22:49 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 81272 invoked by uid 500); 18 Apr 2007 11:22:49 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 81259 invoked by uid 99); 18 Apr 2007 11:22:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 04:22:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [199.105.164.5] (HELO smtpmail2.sensis.com) (199.105.164.5) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 04:22:42 -0700 Received: from dimstar3.ats.sensis.com ([172.21.1.34]) by smtpmail2.sensis.com with esmtp (Exim 4.50) id 1He8Ev-0008Cf-Qy for dev@activemq.apache.org; Wed, 18 Apr 2007 07:22:21 -0400 Received: from corpatsmail1.ats.sensis.com ([172.21.1.88] helo=corpatsmail1.corp.sensis.com) by dimstar3.ats.sensis.com with esmtp (Exim 4.50) id 1He8ET-0007nz-VV for dev@activemq.apache.org; Wed, 18 Apr 2007 07:21:54 -0400 Received: from 172.21.6.29 ([172.21.6.29]) by corpatsmail1.corp.sensis.com ([172.21.1.88]) with Microsoft Exchange Server HTTP-DAV ; Wed, 18 Apr 2007 11:14:47 +0000 Received: from tbish-laptop.ats.sensis.com by corpatsmail1.corp.sensis.com; 18 Apr 2007 07:14:52 -0400 Subject: Re: AMQCPP Openwire much slower than Stomp? From: Timothy Bish Reply-To: tim.bish@sensis.com To: dev@activemq.apache.org In-Reply-To: <20070418095106.GA20229@dogbert.sdsl.sun.ac.za> References: <20070418095106.GA20229@dogbert.sdsl.sun.ac.za> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Sensis Date: Wed, 18 Apr 2007 07:14:52 -0400 Message-Id: <1176894892.3431.3.camel@tbish-laptop.ats.sensis.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) X-Sensis-MailScanner-Information: Scanned at Sensis Corporation by MailScanner X-Sensis-MailScanner: Found to be clean X-Sensis-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (not cached, score=-3.117, required 5, autolearn=not spam, AWL -0.52, BAYES_00 -2.60, UNPARSEABLE_RELAY 0.00) X-Sensis-MailScanner-From: tim.bish@sensis.com X-Virus-Checked: Checked by ClamAV on apache.org Man, you complain when we don't have openwire and then complain when we do, some people :) There's several areas where code is not optimal but this was the first cut and we wanted to focus on getting something that worked, not necessarily something that worked to perfection. I know of a few areas that need tweaking and hope to start addressing some of them in the next release. Keeps us appraised of anything you find that will help mature our Openwire support. Regards Tim. On Wed, 2007-04-18 at 11:51 +0200, Albert Strasheim wrote: > Hello all > > We started doing some tests with Openwire in our AMQCPP applications > today and we've noticed that Openwire seems to be much slower than Stomp > (anywhere from 3 to 20 times) for the simple case of sending messages of > a few kB in size from a single producer to a topic with no consumers. > > We're using the same broker, same everything -- the only thing we change > is the broker URL used by the C++ application. > > Has anyone else done any Stomp vs Openwire benchmarks with the latest > AMQCPP from trunk or with the 2.0 RC? > > Thanks! > > Regards, > > Albert