Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 36472 invoked from network); 3 Jul 2008 09:57:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2008 09:57:32 -0000 Received: (qmail 64979 invoked by uid 500); 3 Jul 2008 09:57:32 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 64952 invoked by uid 500); 3 Jul 2008 09:57:32 -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 64941 invoked by uid 99); 3 Jul 2008 09:57:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 02:57:32 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rajdavies@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 09:56:40 +0000 Received: by nf-out-0910.google.com with SMTP id g16so225935nfd.16 for ; Thu, 03 Jul 2008 02:57:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=bTbS3l7S8FRLPcPUDchqQ7KRsdLgHsfFM7kHyjqBvts=; b=w+n5HjZEM3tmT2gXk+GOc8lS9WAcRSxpJHrfind9ywla2XNZ2TwGgj9bQGn1Yw6bf7 7IMLci3FAymtMrzqkTlHitvHLiz+GFVZ84+B1uryCWRecF6CI49CrolHnTtodhZe+lxU S3PnUM3XKsBNKjryBk48A4ORMzYJd8mqXA3ek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=Fd4X/WptLhqHYBnN8UnxNUqd8jmV0vo4n1XxZSM772Zrom8RJfM2kx3PJCjBVkEaDR v+b+iVXoCkgjNp7CO/e7YpQu664lMgENN6uYs8+9p7sS5OEzWgKUzz1mXLePjeWuUJxe oXi8Cohoo+UZQW4bRJpDR9YkXH24WFFRlAxT0= Received: by 10.210.22.8 with SMTP id 8mr7606127ebv.19.1215079020125; Thu, 03 Jul 2008 02:57:00 -0700 (PDT) Received: from ?192.168.1.79? ( [86.136.42.35]) by mx.google.com with ESMTPS id t12sm10220572gvd.10.2008.07.03.02.56.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Jul 2008 02:56:59 -0700 (PDT) Message-Id: <57CBF8F2-7224-4158-927A-1AB37135FA72@gmail.com> From: Rob Davies To: users@activemq.apache.org In-Reply-To: <18255534.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Subject: Re: How did the broker server create the queue when it receive the send query from the client ? Date: Thu, 3 Jul 2008 10:56:57 +0100 References: <18255534.post@talk.nabble.com> X-Mailer: Apple Mail (2.924) X-Virus-Checked: Checked by ClamAV on apache.org On 3 Jul 2008, at 10:37, yanhongsan wrote: > > I know the jmx to create queues,however the queues will die when > close the > server. But when client send message to a queue, the server can > create the > queue in the data files.So I want to know how the server create the > queue > when it receive the send query? Thank you xinchunli1982@hotmail.com > -- > View this message in context: http://www.nabble.com/How-did-the-broker-server-create-the-queue-when-it-receive-the-send-query-from-the-client---tp18255534p18255534.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > All destinations are by default created dynamically - and lazily - so a broker will create a destination for a message if one doesn't already exist. cheers, Rob Rob Davies 'Go further faster with Apache Camel!' http://rajdavies.blogspot.com/