Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 76529 invoked from network); 3 Nov 2008 18:23:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 18:23:58 -0000 Received: (qmail 64082 invoked by uid 500); 3 Nov 2008 18:24:02 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 64065 invoked by uid 500); 3 Nov 2008 18:24:02 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 64051 invoked by uid 99); 3 Nov 2008 18:24:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 10:24:02 -0800 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; Mon, 03 Nov 2008 18:22:54 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63839234C261 for ; Mon, 3 Nov 2008 10:23:05 -0800 (PST) Message-ID: <1981323583.1225736585402.JavaMail.jira@brutus> Date: Mon, 3 Nov 2008 10:23:05 -0800 (PST) From: "James Strachan (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-1048) allow routes to easily be enabled/disabled based on an external predicate such as queue size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org allow routes to easily be enabled/disabled based on an external predicate such as queue size -------------------------------------------------------------------------------------------- Key: CAMEL-1048 URL: https://issues.apache.org/activemq/browse/CAMEL-1048 Project: Apache Camel Issue Type: New Feature Reporter: James Strachan Fix For: 2.0.0 For example we may want to do this route... {code} ${broker2.queueSize('AnotherQueue') == 0} {code} i.e. only implement a specific route while some predicate is true (e.g. only route while a condition is met; disable when its not met). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.