Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A1932115E3 for ; Thu, 4 Sep 2014 14:29:56 +0000 (UTC) Received: (qmail 23559 invoked by uid 500); 4 Sep 2014 14:29:51 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 23513 invoked by uid 500); 4 Sep 2014 14:29:51 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 23486 invoked by uid 99); 4 Sep 2014 14:29:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2014 14:29:50 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mattrpav@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-ob0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2014 14:29:24 +0000 Received: by mail-ob0-f170.google.com with SMTP id m8so7443779obr.29 for ; Thu, 04 Sep 2014 07:29:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=kAyeY32HeKgdB8F2QUCazzMPX9+IC2WRyc66wGq2Qz0=; b=Xxh0RbTSX27RCt+ZI5osHjOUDQrG5D2W9QbnHGBfjBhz0NhITsSRd7GFjjjtG2mQiU eEq9JsQNrfKBoLb7CO65xdx0xpTlVTUYSQCB7j4Qy8ySlv+kFIC3bcotg2AfzjINeDOf 9ZGb6zP/3EuxInPpgzlWp/Q74mJ1tfs3WLRI6YnrVP837MlQkZbbnsHAe0wPK2wbxpoG 6h9fRZoyDmw3dgnuUa7Rue+f/wEbbIjWMbQSn1OJfrHilWldXq0jgvULZV+EbfpwVhvC HdUnze7lmMR+8b5SBNwhHUsOWwYmy5wwVq6EB5PXUEUJosEQwpRGuQ6+7D7WvhhEfHKT XQcw== X-Received: by 10.60.124.10 with SMTP id me10mr5077149oeb.4.1409840962764; Thu, 04 Sep 2014 07:29:22 -0700 (PDT) Received: from [192.168.17.102] ([192.252.76.202]) by mx.google.com with ESMTPSA id jv9sm1656027oeb.8.2014.09.04.07.29.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 04 Sep 2014 07:29:21 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Consumer performance problem with Tx From: Matt Pavlovich In-Reply-To: <1409820895434-4685279.post@n4.nabble.com> Date: Thu, 4 Sep 2014 09:29:19 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1409659543740-4685226.post@n4.nabble.com> <32C7B0B5-138E-4931-BCED-F7745042F8D2@gmail.com> <1409820895434-4685279.post@n4.nabble.com> To: users@activemq.apache.org X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org Justin- Sorry to hear that you=92ve had problems with ActiveMQ in the past. I=92ve= had a lot of successful deployments in large-scale environments (3,000+ = brokers, hub and spoke with 1 broker serving up to 1,000 clients, 4,000 = queues and 3,000 total connections) with transactions, and the full boat = of features with newer releases of ActiveMQ. If you don=92t have luck = with alternatives, I suggest you give newer versions a second look. The replicated Master-Slave was definitely a lightly-maintained feature = and has a lot of operational problems (how to resync after an outage, = etc).=20 Back to your original issue.. I've seen a lot of issues with Spring JMS = Template on the consumer side (esp with transactions). Recommend trying = with straight JMS code to isolate if you have a pooling/caching issue or = a broker bug and go from there. -Matt On Sep 4, 2014, at 3:54 AM, James Black wrote: > Hi Matt, >=20 > thanks for the response. >=20 > The reason that we have not migrated to a later version of ActiveMq is = that > we are looking to move away from using ActiveMq due to the problems we = have > had. Therefore, we wanted to avoid going through the whole testing = process > for a later version of ActiveMq. We use shared nothing master/slave > replicated which has been removed in later ActiveMq versions. >=20 > We are doing JMS local (originally we tried XA but had massive = problems with > that) and we have tested with all caching settings for the DMLC to no = avail.=20 > Our connection is not provided from a pool but directly from standard > ActiveMq connection factory = (org.apache.activemq.ActiveMQConnectionFactory), > due to the fact that it is cached in the DMLC. >=20 > Thanks, >=20 > Justin >=20 >=20 >=20 > -- > View this message in context: = http://activemq.2283324.n4.nabble.com/Consumer-performance-problem-with-Tx= -tp4685226p4685279.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.