0 Replies Latest reply on Dec 28, 2009 6:29 AM by lekkie_lomotayo

    Understanding Camel component's data exchanges

    lekkie_lomotayo

      I just need to clarify this.

       

      Assuming I have the flow described below in a camel application:

       

      src-endpoint -> xslt-transform -> dynamic-list-eip -> snk-endpoint

                        A                      B                        C

       

      Is it safe to assume A,B and C usually gets to the NMR before proceeding to the next components?

       

      Or put in another way, between src-endpoint and xslt transform, does NMR have any knowledge about this data Exchange? If I extend say an nmr-audit to log (some desired data) , will it capture the data interchanged between A, B, & C?

       

       

      Rregards.