1 Reply Latest reply on Aug 16, 2010 10:24 AM by jgoodyea

    Fuse Servicemix interceptors

    florentine

      Hi all,

      I am new user of Fuse servicemix and I want to thank you in advance for any answer you'll give me.

       

      I'm developing a small application in Fuse servicemix 4.2 and I'm trying to understand how I can implement cross cutting concerns such as encryption or logging in it. In particular, I am trying to understand whether there are interceptors in servicemix.

      I read on the Fuse service framework manual that interceptors can be applied both fine grained (directly on a single endpoint) or coarse grain (on all the endpoints of the bus).

      What is still not clear to me yet is:

      a)whether Service Framework is part of servicemix or comes in a separated infrastructure

      b)where and how I am supposed to insert the interceptors on my servicemix endpoints. Where should I put the java files that define the implementation of the interceptors?

       

      Thank you,

      Filippo