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

Aggregator - Child outputs is not displayed in pipeline layout

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 1.1.32
    • None
    • Camel Editor
    • None

    Description

      See this route

      
        <camelContext xmlns="http://camel.apache.org/schema/spring" trace="false">
          <route id="route2">
              <from uri="activemq:foo"/>
              <aggregate>
                  <correlationExpression>
                      <language language="header">customerId</language>
                  </correlationExpression>
                  <completionPredicate>
                      <language language="simple"/>
                  </completionPredicate>
                  <completionTimeout>
                      <language language="simple"/>
                  </completionTimeout>
                  <completionSize>
                      <language language="simple"/>
                  </completionSize>
                  <to uri="log:aggregated"/>
                  <to uri="bean:foo"/>
              </aggregate>
          </route>
      </camelContext>
      
      

      Notice the aggragator has 2 child outputs

      • log:aggregated
      • bean:foo

      They should be draw in a pipeline fashion. But they are not. See screenshot.

      Attachments

        Activity

          People

            jastrachan_jira James Strachan (Inactive)
            cibsen@redhat.com Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: