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 ED470101A1 for ; Thu, 27 Mar 2014 15:15:24 +0000 (UTC) Received: (qmail 41452 invoked by uid 500); 27 Mar 2014 15:15:23 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 41074 invoked by uid 500); 27 Mar 2014 15:15:20 -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 40139 invoked by uid 99); 27 Mar 2014 15:15:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2014 15:15:16 +0000 Date: Thu, 27 Mar 2014 15:15:16 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMQ-5119) broker redeliveryPlugin: after message redelivery, all subsequent "producer.send()" using same message are "scheduled" for delivery to queue rather than delivered to queue as normal MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-5119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-5119. ----------------------------- Resolution: Fixed Fix Version/s: 5.10.0 thanks for the test. issue was in message marshalling - when we get a property before removing the existing marshalled properties were not getting cleared so they were being retained. A little crazy that this bug has survived for so long. thanks for the test. fix and additional test in http://git-wip-us.apache.org/repos/asf/activemq/commit/c07514f5 > broker redeliveryPlugin: after message redelivery, all subsequent "producer.send()" using same message are "scheduled" for delivery to queue rather than delivered to queue as normal > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-5119 > URL: https://issues.apache.org/jira/browse/AMQ-5119 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.9.0 > Environment: - tested on latest 5.10 snapshot > Reporter: Pat Fox > Assignee: Gary Tully > Fix For: 5.10.0 > > Attachments: RedeliveryPluginHeaderTest.java > > > example: > - consumer on QueueA does a transaction.rollback > - message is being redelivered by the redeliveryPlugin to QueueA - as expected. > - When the message is consumed again the AMQ_SCHEDULED_DELAY property is still set > - the same message is subsequently sent to queueB > - the send() is intercepted by org.apache.activemq.broker.scheduler.SchedulerBroker and scheduled for delivery later - this is not expected -- This message was sent by Atlassian JIRA (v6.2#6252)