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.

Reply via email to