allow expressions such as XQuery to be used as a transformer
------------------------------------------------------------
Key: CAMEL-201
URL: https://issues.apache.org/activemq/browse/CAMEL-201
Project: Apache Camel
Issue Type: Improvement
Components: camel-bam
Reporter: James Strachan
Fix For: 1.3.0
e.g.
{code}
<route>
<from uri="activemq:Foo.Bar"/>
<transform>
<xquery>....</xquery>
</transform>
</route>
{code}
This basically means renaming the DSL's setOutBody() to be transform(Expression)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.