Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 778 invoked from network); 21 May 2009 20:22:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 May 2009 20:22:04 -0000 Received: (qmail 36540 invoked by uid 500); 21 May 2009 20:22:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 36493 invoked by uid 500); 21 May 2009 20:22:16 -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 36478 invoked by uid 99); 21 May 2009 20:22:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 20:22:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2009 20:22:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A694234C04C for ; Thu, 21 May 2009 13:21:50 -0700 (PDT) Message-ID: <397498092.1242937310630.JavaMail.jira@brutus> Date: Thu, 21 May 2009 13:21:50 -0700 (PDT) From: "Hiram Chirino (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2263) activemq-flow: Clean up of flow package to remove dispatch related signatures from IFlowSource In-Reply-To: <1767116692.1242935510583.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino resolved AMQ-2263. -------------------------------- Resolution: Fixed applied. > activemq-flow: Clean up of flow package to remove dispatch related signatures from IFlowSource > ---------------------------------------------------------------------------------------------- > > Key: AMQ-2263 > URL: https://issues.apache.org/activemq/browse/AMQ-2263 > Project: ActiveMQ > Issue Type: Improvement > Components: Broker > Affects Versions: incubation > Environment: N/A > Reporter: Colin MacNaughton > Fix For: incubation > > Attachments: AMQ-2263patch.txt > > > Cleaned up flow package to remove IFlowDrain and corresponding cleanup of IFlowSource and moved this dunctionality into the queue package. The flow package should be mostly unaware of dispatch semantics so these constructs didn't really belong there. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.