Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 64523 invoked from network); 19 Apr 2010 10:00:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Apr 2010 10:00:42 -0000 Received: (qmail 22904 invoked by uid 500); 19 Apr 2010 10:00:42 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 22711 invoked by uid 500); 19 Apr 2010 10:00:40 -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 22695 invoked by uid 99); 19 Apr 2010 10:00:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 10:00:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 10:00:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3JA0EjI011133 for ; Mon, 19 Apr 2010 06:00:15 -0400 (EDT) Message-ID: <5025327.751271671214852.JavaMail.jira@thor> Date: Mon, 19 Apr 2010 06:00:14 -0400 (EDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2698) Enhanced Example Code In-Reply-To: <25128658.211271654051448.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2698?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2698. ----------------------------- Fix Version/s: 5.4.0 Resolution: Fixed patch applied with thanks in r935507 note: use tabs =3D=3D 4 spaces in your editor if you can in the future, tha= nks. > Enhanced Example Code > --------------------- > > Key: AMQ-2698 > URL: https://issues.apache.org/activemq/browse/AMQ-2698 > Project: ActiveMQ > Issue Type: Improvement > Components: Samples > Affects Versions: 5.3.1 > Reporter: Marc Sch=C3=B6chlin > Assignee: Gary Tully > Fix For: 5.4.0 > > Attachments: examples2.diff > > > I made some trivial enhancements to the ActiveMq examples. > This patch introduces parallel enqueueing/dequeuing of messages (without > connection pooling). > I used this tool for benchmarking/verifying/testing my ActiveMQ > configuration - maybe also other users > are interested in this. > Example: > --- > ant producer -DparallelThreads=3D60 -Dmax=3D2000 -DmessageSize=3D1024 > ant consumer -DparallelThreads=3D100 -Dmax=3D2000 > --- > The patch is based on the following release: > --- > $ LANG=3DC svn info > Path: . > URL: https://svn.apache.org/repos/asf/activemq/trunk > Repository Root: https://svn.apache.org/repos/asf > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 > Revision: 932332 > --- > You can apply this, i accept the Apache licence. > Regards > Marc Schoechlin --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.