Re: [camel] How to user InterceptorProcessors

2007-04-19 Thread James Strachan
On 4/19/07, dr.jeff <[EMAIL PROTECTED]> wrote: What is the intended usage of interceptors? e.g. using security or transaction interceptors. See the camel-jpa module for some examples (such as the Jpa based IdempotentConsumer test case which uses a default transaction interceptor. We could als

[camel] How to user InterceptorProcessors

2007-04-19 Thread dr.jeff
What is the intended usage of interceptors? Do I get the get the message from exchange.getIn() and, say, modify its body? Or should I somehow be putting the modifications into the exchange.getOut() message? -- View this message in context: http://www.nabble.com/-camel--How-to-user