Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 936 invoked from network); 22 Dec 2008 18:16:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 18:16:43 -0000 Received: (qmail 79488 invoked by uid 500); 22 Dec 2008 18:16:42 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 79467 invoked by uid 500); 22 Dec 2008 18:16:42 -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 79456 invoked by uid 99); 22 Dec 2008 18:16:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 10:16:42 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 18:16:34 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LEpKA-0006lv-2w for users@activemq.apache.org; Mon, 22 Dec 2008 10:16:14 -0800 Message-ID: <21132399.post@talk.nabble.com> Date: Mon, 22 Dec 2008 10:16:14 -0800 (PST) From: Joe Fernandez To: users@activemq.apache.org Subject: Re: Disable multicast discovery In-Reply-To: <21132232.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: joe.fernandez@ttmsolutions.com References: <21132232.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Just comment out this multicast network connector. Since you have a single broker configuration, you shouldn't have any network connectors in the broker's XML cfg file. However, you will need a transport connector to allow clients to connect to your broker. If you intend to have clients autodiscover your broker, the transport connector element should have a discoveryUri attribute as follows... ...else take out the discoveryUri attribute. Joe Free ActiveMQ user guide at http://www.ttmsolutions.com Ben Amitai wrote: > > Hello, > My application has one and only broker. I don't need the broker to > discover other brokers. > Is there a way to disable the discoverying entirly? > > Thanks > Udi > -- View this message in context: http://www.nabble.com/Disable-multicast-discovery-tp21132232p21132399.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.