Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-1665

Add a send to endpoint expression in the expression builder

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0-M2
    • camel-core
    • None

    Description

      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:

                      from("direct:start")
                          .transform(to("direct:foo")).to("mock:result");
      

      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.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: