Uploaded image for project: 'ServiceMix Components'
  1. ServiceMix Components
  2. SMXCOMP-356

camel pipeline does not copy over properties

    XMLWordPrintableJSON

Details

    • Patch Available

    Description

      I created a camel pipeline using the following command in MyRouteBuilder.java

      from("jbi:service:.....pipeline")
      .pipeline("jbi:endpoint:....endpoint1",
      "jbi:endpoint:...endpoint2",
      "jbi:endpoint:..endpoint3"
      );
      }

      In my first endpoint, I set several Properties (I set the same property several places: exchange.getProperty, exchange.getMessage("in").setProperty and exchange.getMessage("out").setProperty).

      None of these properties gets propagated to the next steps in the pipeline.

      Attachments

        1. ToJbiHeader.diff
          2 kB
          Kevin kalmbach
        2. ToJbiProcessor.java.diff
          2 kB
          Kevin kalmbach

        Activity

          People

            bsnyder Bruce Snyder
            kkalmbach Kevin kalmbach
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: