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

James Strachan resolved CAMEL-167.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0

Issue resolved. Its documented here for an example
http://cwiki.apache.org/CAMEL/activemq.html

or the principle is described here...
http://cwiki.apache.org/CAMEL/bean-binding.html


> 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.

Reply via email to