From users-return-51731-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Aug 1 14:18:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D6570180644 for ; Thu, 1 Aug 2019 16:18:02 +0200 (CEST) Received: (qmail 44944 invoked by uid 500); 1 Aug 2019 14:18:01 -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 44933 invoked by uid 99); 1 Aug 2019 14:18:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2019 14:18:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E74731A3443 for ; Thu, 1 Aug 2019 14:18:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.073 X-Spam-Level: * X-Spam-Status: No, score=1.073 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=0.1, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-he-de.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id YMMEPFpWd208 for ; Thu, 1 Aug 2019 14:17:58 +0000 (UTC) Received-SPF: Softfail (mailfrom) identity=mailfrom; client-ip=199.38.86.66; helo=n4.nabble.com; envelope-from=matt.koss@aimia.com; receiver= Received: from n4.nabble.com (n4.nabble.com [199.38.86.66]) by mx1-he-de.apache.org (ASF Mail Server at mx1-he-de.apache.org) with ESMTP id 4B8797DC5E for ; Thu, 1 Aug 2019 14:17:58 +0000 (UTC) Received: from n4.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id C6FB6A79E146 for ; Thu, 1 Aug 2019 09:17:56 -0500 (CDT) Date: Thu, 1 Aug 2019 09:17:56 -0500 (CDT) From: mk666aim To: users@activemq.apache.org Message-ID: <1564669076812-0.post@n4.nabble.com> In-Reply-To: <1564659320162-0.post@n4.nabble.com> References: <1564659320162-0.post@n4.nabble.com> Subject: Re: replicated static master/slave - which is the correct URI for an artemis-jms-client? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Also, in a scenario where master server is started again, and backup server should fail back to the master from that moment onwards.... Should the client also reconnect to the master? It does not seem to be happening, as my client is still locked to the backup server. When I shut down backup server, client then reconnects to the master, and then I can start the backup server back. Is this the expected behaviour? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html