Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 8572 invoked from network); 16 Jul 2008 09:53:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2008 09:53:04 -0000 Received: (qmail 78654 invoked by uid 500); 16 Jul 2008 09:53:03 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 78634 invoked by uid 500); 16 Jul 2008 09:53:02 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 78623 invoked by uid 99); 16 Jul 2008 09:53:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2008 02:53:02 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.237.123] (HELO n10.bullet.re3.yahoo.com) (68.142.237.123) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 16 Jul 2008 09:52:08 +0000 Received: from [68.142.237.89] by n10.bullet.re3.yahoo.com with NNFMP; 16 Jul 2008 09:51:16 -0000 Received: from [66.196.97.144] by t5.bullet.re3.yahoo.com with NNFMP; 16 Jul 2008 09:51:16 -0000 Received: from [127.0.0.1] by omp202.mail.re3.yahoo.com with NNFMP; 16 Jul 2008 09:51:16 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 910702.20362.bm@omp202.mail.re3.yahoo.com Received: (qmail 87248 invoked by uid 60001); 16 Jul 2008 09:51:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=i2PEeYo8+nnUKH3yD0tJSK9/R1cKEEeKqC0X6iRuVf9/Y2waYyPfWFjvkeRd/BzNOmZhS563bcG3j6urcbCu8FgxOdXuzQ5UxfTcuJ12JewcjTirBfzmObEFtU+z5zcWQv+Pv8SRuq9ibQ0A1WB36sfzIRObLm0t8HHp3m47bdE=; Received: from [202.108.130.138] by web57507.mail.re1.yahoo.com via HTTP; Wed, 16 Jul 2008 02:51:16 PDT X-Mailer: YahooMailRC/1042.40 YahooMailWebService/0.7.218 Date: Wed, 16 Jul 2008 02:51:16 -0700 (PDT) From: YunFeng Ma Subject: Re: Geronimo 2.1.1 MDB Performance Question To: user@geronimo.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1203740760-1216201876=:84338" Message-ID: <803589.84338.qm@web57507.mail.re1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-1203740760-1216201876=:84338 Content-Type: text/plain; charset=us-ascii Are you using the default ActiveMQ RA (DefaultActiveMQConnectionFactory) to send the JMS message? DefaultActiveMQConnectionFactory configures a single-pool with default max-size 10. I'm not sure whether this can explain what you saw in your scenario, but I think you can try to create a new ActiveMQ RA (you can do this via admin console) with a larger size single-pool and rerun your scenario. Hope this helps. -- Yun Feng the666pack wrote: > hello, > > i have a question regarding MDBS in Geronimo 2.1.1 > > i bombard the server with a high amount of mdb requests, the mdbs write > tuples to a database. so although my database connection pool maximum is 20 > i realize that with mdbs the pool is just utilized with 10 connections to > the database, no matter how many requests are coming in. > > does somebody have an idea what might be the reason for this behaviour? > > thanks a lot, > > mario > > --0-1203740760-1216201876=:84338 Content-Type: text/html; charset=us-ascii
Are you using the default ActiveMQ RA (DefaultActiveMQConnectionFactory) to send the JMS message? DefaultActiveMQConnectionFactory configures a single-pool with default max-size 10. I'm not sure whether this can explain what you saw in your scenario, but I think you can try to create a new ActiveMQ RA (you can do this via admin console) with a larger size single-pool and rerun your scenario.

Hope this helps.

-- Yun Feng

the666pack wrote:
> hello,
>
> i have a question regarding MDBS in Geronimo 2.1.1
>
> i bombard the server with a high amount of mdb requests, the mdbs write
> tuples to a database. so although my database connection pool maximum is 20
> i realize that with mdbs the pool is just utilized with 10 connections to
> the database, no matter how many requests are coming in.
>
> does somebody have an idea what might be the reason for this behaviour?
>
> thanks a lot,
>
> mario
>
>


--0-1203740760-1216201876=:84338--