Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 63412 invoked from network); 8 Dec 2006 16:19:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 16:19:42 -0000 Received: (qmail 27549 invoked by uid 500); 8 Dec 2006 16:19:50 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 27532 invoked by uid 500); 8 Dec 2006 16:19:50 -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 27523 invoked by uid 99); 8 Dec 2006 16:19:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 08:19:50 -0800 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 (herse.apache.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; Fri, 08 Dec 2006 08:19:38 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GsiRS-0007Wi-7x for activemq-dev@geronimo.apache.org; Fri, 08 Dec 2006 08:19:18 -0800 Message-ID: <7760344.post@talk.nabble.com> Date: Fri, 8 Dec 2006 08:19:18 -0800 (PST) From: garima015 To: activemq-dev@geronimo.apache.org Subject: Overwritting the request queue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: garima_indiya@rediffmail.com X-Virus-Checked: Checked by ClamAV on apache.org I am creating the request queue in Requestor from Destination requestQueue = session.createQueue(requestQueueName); and sending the message to queue and then in replier i am again forming the request queue with same rquestqueuename Destination requestQueue = session.createQueue(requestQueueName); and it is overwriting the request queue deleting all messages which were initially there Is this the right way to form the request queue in both Requestor and Replier.Or else how to handle this? Please if anybody can help me in this Thanks in advance -- View this message in context: http://www.nabble.com/Overwritting-the-request-queue-tf2781517.html#a7760344 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.