Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 57477 invoked from network); 16 May 2006 15:15:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 May 2006 15:15:16 -0000 Received: (qmail 93351 invoked by uid 500); 16 May 2006 15:15:10 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 93334 invoked by uid 500); 16 May 2006 15:15:10 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 93325 invoked by uid 99); 16 May 2006 15:15:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 08:15:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 08:15:07 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Fg1G2-0006RY-8o for activemq-users@geronimo.apache.org; Tue, 16 May 2006 08:14:47 -0700 Message-ID: <4411941.post@talk.nabble.com> Date: Tue, 16 May 2006 08:14:46 -0700 (PDT) From: osian To: activemq-users@geronimo.apache.org Subject: Re: Restarting Broker Exception In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: osian@osian.me.uk X-Nabble-From: osian References: <4409841.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is using ActiveMQ 4.0 RC3. I have a feeling that it is because I had consumers already running, the broker had to be stopped due to the producer hanging the broker, i.e. bug AMQ-688. I am trying to find a work around for this, i.e. only creating one MessageProducer per queue, per application, instead of a new MessageProducer each time a message is to be added to the queue (which is currently in batches of a 1000) but Im researching into finding out if a messageproducer is still active. Hopefuly this will alleviate the problem? -- View this message in context: http://www.nabble.com/Restarting-Broker-Exception-t1627837.html#a4411941 Sent from the ActiveMQ - User forum at Nabble.com.