Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D27B911254 for ; Sat, 5 Apr 2014 06:28:33 +0000 (UTC) Received: (qmail 11414 invoked by uid 500); 5 Apr 2014 06:28:33 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 11386 invoked by uid 500); 5 Apr 2014 06:28:28 -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 11370 invoked by uid 99); 5 Apr 2014 06:28:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 06:28:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.n.gale@gmail.com designates 209.85.219.48 as permitted sender) Received: from [209.85.219.48] (HELO mail-oa0-f48.google.com) (209.85.219.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 06:28:22 +0000 Received: by mail-oa0-f48.google.com with SMTP id m1so4512265oag.21 for ; Fri, 04 Apr 2014 23:28:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Vhh36pOnY10lSGEHgQgTJnDQEjWsJOgDTr0zX162uLs=; b=EZsNEsZucRaH4rgpZZuaz2xF9W8snGkbGL8kcwU5/L+GjrI2ouzkOgRK/3jhykDbnz tDRTPI8YXbb0VVAKNgpGnZcU/E+4NZi2kXYAc3COwxBYIZidNowpRts962VYkiQYNvEa zll7iJJGHZQa/P2N+VyaonbnsdOJKaQ8srFvkbZuCbBOPR9+ueGYXB/XQhcL/+Iq9Yat +yjpVZdVdttWJesKcm71OCzW3Zozo2+2/ONOtToFGEeoCk3SYLk0qXdEKu+v34ZjTPzY K+ZJfLs/vK0yk1Y76wpoHi5dbdRhYqgcp68f2OdijZzxDV24DuQmJUeV603bFplgT3Ab BN3A== X-Received: by 10.182.29.2 with SMTP id f2mr5695938obh.5.1396679281364; Fri, 04 Apr 2014 23:28:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.39.135 with HTTP; Fri, 4 Apr 2014 23:27:31 -0700 (PDT) From: Paul Gale Date: Sat, 5 Apr 2014 02:27:31 -0400 Message-ID: Subject: Relocated broker loses all durable subscriptions To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=001a11c2c1046e585604f645bc4c X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2c1046e585604f645bc4c Content-Type: text/plain; charset=UTF-8 Hi, ActiveMQ 5.8.0 on RHEL 6.1. We recently moved an existing broker to a new server. It was really a logic move; the old broker was shutdown completely and a new one installed from scratch on another server without copying any files from the old broker. Essentially the new broker was the same as the old broker but with a different IP address. The new broker uses the existing message store mounted over NFS. However, after the new broker came up all the durable topic subscriptions that should have appeared in the web console were gone. Is it conceivable that changing a broker's IP address could cause it to not recognize its durable subscriptions when restarted? Is this a bug or a limitation? Presumably the new broker must have erased them as they did not reappear when the new broker was shutdown and the old one restarted. Thanks, Paul --001a11c2c1046e585604f645bc4c--