Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 59000 invoked from network); 4 Mar 2010 09:12:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 09:12:17 -0000 Received: (qmail 79517 invoked by uid 500); 4 Mar 2010 09:12:07 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 79430 invoked by uid 500); 4 Mar 2010 09:12:07 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 79422 invoked by uid 500); 4 Mar 2010 09:12:07 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 79419 invoked by uid 99); 4 Mar 2010 09:12:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 09:12:07 +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, 04 Mar 2010 09:12:05 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 79710234C4C4 for ; Thu, 4 Mar 2010 09:11:44 +0000 (UTC) Message-ID: <133957654.5511267693904495.JavaMail.jira@brutus.apache.org> Date: Thu, 4 Mar 2010 09:11:44 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-2521) TimeoutMap - Should order expired entries before eviction 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 TimeoutMap - Should order expired entries before eviction --------------------------------------------------------- Key: CAMEL-2521 URL: https://issues.apache.org/activemq/browse/CAMEL-2521 Project: Apache Camel Issue Type: Improvement Components: camel-core Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Minor Fix For: 2.3.0 To ensure evicted entries is ordered so first expired is first, and last is last. This ensures eg the aggregator output expired aggregated messages in a consistent order. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.