Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 38466 invoked from network); 2 Feb 2007 18:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 18:34:40 -0000 Received: (qmail 2933 invoked by uid 500); 2 Feb 2007 18:34:45 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 2919 invoked by uid 500); 2 Feb 2007 18:34:45 -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 2910 invoked by uid 500); 2 Feb 2007 18:34:45 -0000 Delivered-To: apmail-geronimo-activemq-users@geronimo.apache.org Received: (qmail 2907 invoked by uid 99); 2 Feb 2007 18:34:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 10:34:45 -0800 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=FORGED_YAHOO_RCVD,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, 02 Feb 2007 10:34:34 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HD3Ek-0002fw-BM for activemq-users@geronimo.apache.org; Fri, 02 Feb 2007 10:34:14 -0800 Message-ID: <8772700.post@talk.nabble.com> Date: Fri, 2 Feb 2007 10:34:14 -0800 (PST) From: ss2 To: activemq-users@geronimo.apache.org Subject: Configuring activemq app to avoid single point of failure MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: spacy_max@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org I have a spring/ActiveMQ standalone app which has an embedded broker. I am going to run this app on 2 identical servers (serverA.mydomain.com & serverB.mydomain.com) which are load balanced behind myapp.mydomain.com. My client will contact the app JMS Q by specifying the connection URI as tcp://myapp.mydomain.com/ Each server app has its own derby db for JMS persistence. Should I be using the failover URI as well between Server A & Server B? Should the client be using the connection URI as failover://tcp://myapp.mydomain.com? I want to eliminate any single point of failures in the system. Thanks. -- View this message in context: http://www.nabble.com/Configuring-activemq-app-to-avoid-single-point-of-failure-tf3162622.html#a8772700 Sent from the ActiveMQ - User mailing list archive at Nabble.com.