Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-203

WireTap EIP - Generate source with a body element by default

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.1.0
    • None
    • Camel Editor
    • None

    Description

      Having a route

      from X -> wireTap (seda:foo)

      Generates this source code

       <camelContext xmlns="http://camel.apache.org/schema/spring" trace="false">
          <route id="route2">
              <from uri="activemq:foo"/>
              <wireTap uri="seda:tap">
                  <body>
                      <language language="simple"/>
                  </body>
              </wireTap>
          </route>
      </camelContext>
      

      Notice the <body> tag. That tag should only be used if the end user, configured it explicit. That expression is used to create a new message to used for tapping, instead of a copy of the incoming message.

      Attachments

        Issue Links

          Activity

            People

              cibsen@redhat.com Claus Ibsen
              cibsen@redhat.com Claus Ibsen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: