From users-return-50127-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Mon Jun 11 08:24:15 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5EB13180647 for ; Mon, 11 Jun 2018 08:24:15 +0200 (CEST) Received: (qmail 77257 invoked by uid 500); 11 Jun 2018 06:24:14 -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 77243 invoked by uid 99); 11 Jun 2018 06:24:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2018 06:24:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 17F1BC7A64 for ; Mon, 11 Jun 2018 06:24:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.23 X-Spam-Level: **** X-Spam-Status: No, score=4.23 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_FAIL=0.919, SPF_HELO_PASS=-0.001, URI_HEX=1.313, URI_TRY_3LD=1.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id JodhPKFvP-z6 for ; Mon, 11 Jun 2018 06:24:12 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [162.253.133.72]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 607E45F17E for ; Mon, 11 Jun 2018 06:24:11 +0000 (UTC) Received: from mben.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id 25EDA1B8D22CC for ; Sun, 10 Jun 2018 23:24:09 -0700 (MST) Date: Sun, 10 Jun 2018 23:24:09 -0700 (MST) From: schalmers To: users@activemq.apache.org Message-ID: <1528698249111-0.post@n4.nabble.com> Subject: Three node Artemis cluster MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I'm having some issues with my 3 node Artemis cluster (v2.6.0). Here is the snippet from my broker.xml on node1: tcp://0.0.0.0:61616 tcp://10.0.201.97:61616 tcp://10.0.202.250:61616 tcp://0.0.0.0:61616 someuser somepass netty-connector 1000 true STRICT 1 cluster-connector1 cluster-connector2 The broker.xml is the same on node2 & node3 of the cluster, but I obviously change the cluster-connector URL's in the connectors and static-connectors sections to reflect node1/node3 if I'm on node2 and node1/node3 if I'm on node3. When I start the broker on each node, the cluster starts up fine and I can see that there are 3 nodes in the cluster logging into the web console for each node. However, if I create an address and a queue on node1, that address and queues are not created on any of the other 2 nodes - is that working as expected or is something not working correctly? My assumption reading the documentation is that all queues should be available across all 3 nodes of the cluster. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html