Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EB1D8200CF6 for ; Mon, 4 Sep 2017 07:59:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E9B0A163AB9; Mon, 4 Sep 2017 05:59:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3D0D9163AB4 for ; Mon, 4 Sep 2017 07:59:35 +0200 (CEST) Received: (qmail 47377 invoked by uid 500); 4 Sep 2017 05:59:34 -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 47366 invoked by uid 99); 4 Sep 2017 05:59:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2017 05:59:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 38367183036 for ; Mon, 4 Sep 2017 05:59:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.736 X-Spam-Level: *** X-Spam-Status: No, score=3.736 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_ENVFROM_END_DIGIT=0.25, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id jBZr4zqrMCaK for ; Mon, 4 Sep 2017 05:59:28 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [162.253.133.72]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 9FE9A5FCC1 for ; Mon, 4 Sep 2017 05:59:27 +0000 (UTC) Received: from mben.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id 500DE1400D482 for ; Sun, 3 Sep 2017 22:59:26 -0700 (MST) Date: Sun, 3 Sep 2017 22:59:26 -0700 (MST) From: yogu13 To: users@activemq.apache.org Message-ID: <1504504766325-0.post@n4.nabble.com> In-Reply-To: References: <1504261900072-0.post@n4.nabble.com> Subject: Re: Adding Network connectors dynamically MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Mon, 04 Sep 2017 05:59:36 -0000 Hello Tim, Thank you for your reply .. Yes my brokers are embedded and the process gets notified of new servers which come up. Once i wrote the question i did try it out and could see via jmx that the network connector started working and showed up. However i still need to get it working perfectly the way i need it.. Now my other challenge is for client processes i understand the connection url needs to have all the broker ip and ports mentioned upfront for failover. Is there a way i can add more brokers once connectionfactory is created and initialized ? I see connectionFactory.setBrokerURL(String brokerURL) API which is available and not sure any updates to brokerURL made gets reflected. Any ideas? Regards, -Yogesh -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html