Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 993EEDB95 for ; Mon, 23 Jul 2012 20:21:38 +0000 (UTC) Received: (qmail 76814 invoked by uid 500); 23 Jul 2012 20:21:36 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 76685 invoked by uid 500); 23 Jul 2012 20:21:36 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 76329 invoked by uid 99); 23 Jul 2012 20:21:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 20:21:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id EF5E91404B4 for ; Mon, 23 Jul 2012 20:21:35 +0000 (UTC) Date: Mon, 23 Jul 2012 20:21:35 +0000 (UTC) From: "Andrew McDonnell (JIRA)" To: dev@activemq.apache.org Message-ID: <1555278422.92731.1343074895982.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (AMQ-3941) master-slave failover leads to lost messages from DLQ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew McDonnell created AMQ-3941: ------------------------------------- Summary: master-slave failover leads to lost messages from DLQ Key: AMQ-3941 URL: https://issues.apache.org/jira/browse/AMQ-3941 Project: ActiveMQ Issue Type: Bug Affects Versions: 5.6.0 Reporter: Andrew McDonnell Attachments: DLQSlave.java The DLQ does not work as expected when a failover to slave occurs. # Messages currently in the master's DLQ are not duplicated on the slave and so lost on failover. # All messages sent to the DLQ after failover are lost, discarded as duplicates. The slave log shows entries with text "IGNORING duplicate message". The attached junit tests demonstrate the desired behavior on the master and the incorrect behavior on failover. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira