Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 32657 invoked from network); 17 May 2006 15:14:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 May 2006 15:14:27 -0000 Received: (qmail 41287 invoked by uid 500); 17 May 2006 15:14:23 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 41076 invoked by uid 500); 17 May 2006 15:14:22 -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 41065 invoked by uid 99); 17 May 2006 15:14:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 08:14:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 08:14:20 -0700 Received: by nf-out-0910.google.com with SMTP id g2so175496nfe for ; Wed, 17 May 2006 08:13:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=Q4SU1tVxVJiN8VfN2WitIPcI9ogx+dX500b7N7zQs2UV/heAcR0W0Bj7QTOIGsNrl6GA2e52UWxGA2LoqxXw54AKL6F2agadhRE02jIGjvg8q3Qrwza2yGmjJqHvTY9PUhFq8vxlklgVoBN/faOro9MiLexN5T5myWNi39kuQj0= Received: by 10.48.202.2 with SMTP id z2mr840323nff; Wed, 17 May 2006 08:13:59 -0700 (PDT) Received: by 10.48.209.9 with HTTP; Wed, 17 May 2006 08:13:59 -0700 (PDT) Message-ID: <74e15baa0605170813r550e8e86w426f9aa91d5f8934@mail.gmail.com> Date: Wed, 17 May 2006 11:13:59 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: Queue Creation In-Reply-To: <299DA3656EEB7843B07E2D4999B28FED6C4816@HYDHTCMSG01.ad.infosys.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_65695_32655704.1147878839367" References: <299DA3656EEB7843B07E2D4999B28FED6C4816@HYDHTCMSG01.ad.infosys.com> X-Google-Sender-Auth: a53c777729f55b0b X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_65695_32655704.1147878839367 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm afraid the JMS features in the console don't work as well in 1.0 -- they've been replaced in 1.1. Your best best is to write a JMS deployment plan by hand. I've attached an example you can use with a connection factory and a queue. You can just change the resourceadapter-name (for the whole deployment), connectiondefinition-instance/name (for the connection factory), and message-destination-name and PhysicalName (for the queue). Thanks, Aaron On 5/17/06, Anshuk Chinmoy Pal Chaudhuri wrote: > > > > Hi, > > I am trying to create a new Destination Queue from the console of Geroni= mo 1.0 Admin Console. > The JMS Destination Manager help says that there is a link Add Queue/T= opic for adding the queues and stuff. But the link is not working ? > How do I then do that? Any pointers? > > > Warm Regards, > Anshuk Pal Chaudhuri > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION inten= ded solely for the use of the addressee(s). If you are not the inten= ded recipient, please notify the sender by e-mail and delete the ori= ginal message. Further, you are not to copy, disclose, or distribute= this e-mail or its contents to any other person and any such action= s are unlawful. This e-mail may contain viruses. Infosys has taken e= very reasonable precaution to minimize this risk, but is not liable for = any damage you may sustain as a result of any virus in this e-mail. You= should carry out your own virus checks before opening the e-mail or= attachment. Infosys reserves the right to monitor and review the co= ntent of all messages sent to or from this e-mail address. Messages = sent to or from this e-mail address may be stored on the Infosys e-m= ail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** > ------=_Part_65695_32655704.1147878839367 Content-Type: text/xml; name=sample-jms-queue.xml; charset=us-ascii Content-Transfer-Encoding: 7bit X-Attachment-Id: f_enbteene Content-Disposition: attachment; filename="sample-jms-queue.xml" LaptopStoreJMS geronimo geronimo DefaultWorkManager javax.jms.ConnectionFactory StoreConnectionFactory javax.jms.QueueConnectionFactory javax.jms.TopicConnectionFactory 10 0 javax.jms.Queue org.activemq.message.ActiveMQQueue LaptopOrders LaptopOrders javax.jms.Topic org.activemq.message.ActiveMQTopic ------=_Part_65695_32655704.1147878839367--