Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 42711 invoked from network); 9 Oct 2007 11:17:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 11:17:23 -0000 Received: (qmail 16665 invoked by uid 500); 9 Oct 2007 11:17:10 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 16638 invoked by uid 500); 9 Oct 2007 11:17:10 -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 16629 invoked by uid 99); 9 Oct 2007 11:17:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 04:17:10 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 11:17:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1157B714208 for ; Tue, 9 Oct 2007 04:16:24 -0700 (PDT) Message-ID: <18146404.1191928584036.JavaMail.jira@brutus> Date: Tue, 9 Oct 2007 04:16:24 -0700 (PDT) From: "James Strachan (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-167) allow custom adapters to be created for POJOs to make it easy to write custom Processors for certain kinds of POJO MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org allow custom adapters to be created for POJOs to make it easy to write custom Processors for certain kinds of POJO ------------------------------------------------------------------------------------------------------------------- Key: CAMEL-167 URL: https://issues.apache.org/activemq/browse/CAMEL-167 Project: Apache Camel Issue Type: New Feature Reporter: James Strachan Assignee: James Strachan e.g. it'd be nice to do things like {code} from(someUri).bean(myJmsListenerBean); {code} and it'd work out how to invoke a JMS MessageListener from the route; or indeed any kind of service / message API or transformation API thats around. i.e. allow a [Type Converter|http://activemq.apache.org/camel/type-converter.html] to be specified from the POJO's class to a Processor; then if one is available use that for processing the bean. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.