You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2007/10/09 15:22:23 UTC

[jira] Commented: (CAMEL-167) allow custom adapters to be created for POJOs to make it easy to write custom Processors for certain kinds of POJO

    [ https://issues.apache.org/activemq/browse/CAMEL-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40318 ] 

James Strachan commented on CAMEL-167:
--------------------------------------

ActiveMQ 5.0 can use this mechanism to invoke any JMS MessageListener in a bean flow...

{code}
from(anyURI).bean(aJmsMessageListener);
{code}




> 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
>             Fix For: 1.2.0
>
>
> 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.