InterceptStrategy - add feature to only wrap once
-------------------------------------------------

                 Key: CAMEL-1532
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1532
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.0-M1
            Reporter: Claus Ibsen
             Fix For: 2.1.0


The InterceptorStrategy will wrap each node with the interceptor of choice.

This works fine when its needed such as:
- tracer
- delayer

But sometimes its sufficient to only wrap one time, in the start such as
- UnitOfWork
- Transaction policy
- StreamCacheInterceptor

This allows the route path to only contain the needed interceptors instead of 
being added around each node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to