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 86E9411818 for ; Thu, 27 Mar 2014 11:16:30 +0000 (UTC) Received: (qmail 68358 invoked by uid 500); 27 Mar 2014 11:16:27 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 68214 invoked by uid 500); 27 Mar 2014 11:16:25 -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 67687 invoked by uid 99); 27 Mar 2014 11:16:22 -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 11:16:22 +0000 Date: Thu, 27 Mar 2014 11:16:22 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (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 reassigned AMQ-5119: ------------------------------- Assignee: Gary Tully > 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 > 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)