[
https://issues.apache.org/activemq/browse/CAMEL-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52023#action_52023
]
Willem Jiang commented on CAMEL-1665:
-------------------------------------
@Claus,
This change conflicts with the ScriptRouteBuilder ProcessorDefinition to(String
uri).
So I change the to endpoint expression to "sendTo" to resolve this conflict.
http://svn.apache.org/viewvc?rev=781237&view=rev
> Add a send to endpoint expression in the expression builder
> -----------------------------------------------------------
>
> Key: CAMEL-1665
> URL: https://issues.apache.org/activemq/browse/CAMEL-1665
> Project: Apache Camel
> Issue Type: New Feature
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.0.0
>
>
> When using expressions you can invoke beans, use xpaths and the likes. But we
> do not have a send to endpoint and use the reply as value.
> This should be possible:
> {code}
> from("direct:start")
> .transform(to("direct:foo")).to("mock:result");
> {code}
> Yeah the transform might be a bit of lame example, as you can just use the to
> directly. But in some other expression situations its valuable to send the
> message to endpoint and use the reply as value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.