Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 36139 invoked from network); 14 Mar 2007 15:44:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 15:44:55 -0000 Received: (qmail 30306 invoked by uid 500); 14 Mar 2007 15:44:51 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 30275 invoked by uid 500); 14 Mar 2007 15:44:51 -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 30258 invoked by uid 99); 14 Mar 2007 15:44:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 08:44:51 -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 (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; Wed, 14 Mar 2007 08:44:39 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HRVeF-0000L1-AQ for users@activemq.apache.org; Wed, 14 Mar 2007 08:44:19 -0700 Message-ID: <9477113.post@talk.nabble.com> Date: Wed, 14 Mar 2007 08:44:19 -0700 (PDT) From: garima015 To: users@activemq.apache.org Subject: Broker issue regarding 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 Hi, I have a set up of two brokers in network through the URL failover:(tcp://host1:61616,tcp://host2:61616)?randomize=false When i am shutting down the first broker my producers and consumer classes are getting connected to second broker.But only the temporary queues are retained . My permanent queues are not getting transfered to second broker. I am craeting queues using this code Destination requestQueue = session.createQueue(requestQueueName); and replyQueue = session.createTemporaryQueue(); Any one can please tell me if i am missing and doing something worng. Thanks -- View this message in context: http://www.nabble.com/Broker-issue-regarding-queue-tf3402927s2354.html#a9477113 Sent from the ActiveMQ - User mailing list archive at Nabble.com.