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.