Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 38964 invoked from network); 22 Sep 2006 04:56:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 04:56:23 -0000 Received: (qmail 40643 invoked by uid 500); 22 Sep 2006 04:56:23 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 40622 invoked by uid 500); 22 Sep 2006 04:56:23 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 40613 invoked by uid 99); 22 Sep 2006 04:56:23 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 21:56:23 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=lists@nabble.com; spf=pass X-ASF-Spam-Status: No, hits=1.2 required=5.0 tests=FORGED_YAHOO_RCVD,MAILTO_TO_SPAM_ADDR Received-SPF: pass (idunn.apache.osuosl.org: domain nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] ([72.21.53.35:52633] helo=talk.nabble.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id C9/3A-06791-4FC63154 for ; Thu, 21 Sep 2006 21:56:20 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GQd5E-0006Yx-Tz for activemq-dev@geronimo.apache.org; Thu, 21 Sep 2006 21:56:16 -0700 Message-ID: <6441093.post@talk.nabble.com> Date: Thu, 21 Sep 2006 21:56:16 -0700 (PDT) From: Tommy615 To: activemq-dev@geronimo.apache.org Subject: Re: How to create permanent Queue In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lecxy615@yahoo.com References: <6439777.post@talk.nabble.com> <6440732.post@talk.nabble.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I had put James.Strachan wrote: > as reference to the example given at the link that u gave to me. But > there is an error showing that 'Bean property 'destinations' is not > writable or has an invalid setter method: Does the parameter type of the > setter match the return type of the getter?' > > Here's the link again - details here on how to force the list of > startup destinations... > http://incubator.apache.org/activemq/configure-startup-destinations.html > > On 9/22/06, Tommy615 wrote: >> >> Maybe I shouldn't use the word 'temporary'. I created the queue and send >> message to it. (let say 10 msg) and the queue size wil be 10. If doens't >> has >> any consumer to consume the msg and I shutdown the broker then the next >> time >> I on the broker again, the queue that having 10 unconsumed msg wil be >> shown >> up at the Jconsole. Let say for another senario is that I created the >> queue >> and send 10 msg to it and it's msg has been consumed and queue size >> become 0 >> then I shutdown the broker, but when the next time i on the broker again, >> the queue that i created b4 no longer exist (due to the queue size is 0 >> and >> there isn't has any unconsumed msg resided in it). Is there a way to make >> the queue alive even though it's queue size is 0 after I shutdown the >> broker >> and restart it again? >> >> Thanks >> >> >> Tommy615 wrote: >> > >> > I use Jconsole to monitor the activemq broker. I manage to create the >> > (temporary) queue after the broker started and I could monitor by using >> > the Jconsole. But once I shutdown the activemq broker and I open the >> > broker next time then the queue that I created before will be gone. May >> I >> > know how to make the queue still there even though I shutdown it >> earlier >> > and on it during the next time? Thanks >> > >> >> -- >> View this message in context: >> http://www.nabble.com/How-to-create-permanent-Queue-tf2315492.html#a6440732 >> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >> >> > > > -- > > James > ------- > http://radio.weblogs.com/0112098/ > > -- View this message in context: http://www.nabble.com/How-to-create-permanent-Queue-tf2315492.html#a6441093 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.