Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 25497 invoked from network); 11 Feb 2009 14:22:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 14:22:21 -0000 Received: (qmail 67004 invoked by uid 500); 11 Feb 2009 14:22:21 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 66907 invoked by uid 500); 11 Feb 2009 14:22:21 -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 66890 invoked by uid 500); 11 Feb 2009 14:22:21 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 66883 invoked by uid 99); 11 Feb 2009 14:22:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 06:22:21 -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; Wed, 11 Feb 2009 14:22:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96362234C4A8 for ; Wed, 11 Feb 2009 06:21:59 -0800 (PST) Message-ID: <1202845751.1234362119614.JavaMail.jira@brutus> Date: Wed, 11 Feb 2009 06:21:59 -0800 (PST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Issue Comment Edited: (CAMEL-505) make it easier to create Endpoint instances nicely via Spring XML In-Reply-To: <1852710454.1210605523470.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48913#action_48913 ] davsclaus edited comment on CAMEL-505 at 2/11/09 6:21 AM: ------------------------------------------------------------ To allow setting cosumer scheduler options from spring bean (delay, initialDelay etc.) *DONE* You can do it like this: {code} {code} was (Author: davsclaus): TODO To allow setting cosumer scheduler options from spring bean (delay, initialDelay etc.) *DONE* You can do it like this: {code} {code} > make it easier to create Endpoint instances nicely via Spring XML > ----------------------------------------------------------------- > > Key: CAMEL-505 > URL: https://issues.apache.org/activemq/browse/CAMEL-505 > Project: Apache Camel > Issue Type: Improvement > Affects Versions: 1.3.0 > Reporter: James Strachan > Assignee: Claus Ibsen > Fix For: 2.0.0 > > > right now its a bit tricky creating Endpoint instances in a spring XML using the mechanism. > It'd be nice to be able to configure them more easily as... > {code} > > > ... > {code} > type stuff and have folks Spring IDE's smart complete stuff etc -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.