Interceptors and transactions

2009-11-11 Thread Dragisa Krsmanovic
Do interceptors work with transactions ? If I have transacted turned on, messages don't seem to be re-routed to the interceptor. -- Dragisa Krsmanovic Java Developer Public Library of Science http://www.plos.org ---

Re: Interceptors and transactions

2009-11-13 Thread Claus Ibsen
Hi Sorry haven't had time to look into this. What version of Camel are you using? And have you tried the last code from trunk? On Wed, Nov 11, 2009 at 7:16 PM, Dragisa Krsmanovic wrote: > Do interceptors work with transactions ? > > If I have transacted turned on, messages don't seem to be re-

Re: Interceptors and transactions

2009-11-13 Thread Claus Ibsen
Hi I had a look and it works fine. You are using seda queues which you are expected to have a route as input for as well So what you need is a And then you can intercept it. See this unit test http://svn.apache.org/viewvc?rev=835928&view=rev On Wed, Nov 11, 2009 at 7:16 PM, Dragis