Global Interceptor for all incoming Messages

2012-06-21 Thread sushil_vsk5
are defined in the same RouteBuilder class as the interceptFrom() itself. Is there a way to intercept messages for all incoming messages for all routes that the camel context holds? Regards, Sushil -- View this message in context: http://camel.465427.n5.nabble.com/Global-Interceptor-for-all

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread Claus Ibsen
/Global-Interceptor-for-all-incoming-Messages-tp5714820.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread sushil_vsk5
developers extending from a custom RouteBuilder class, is there any other way I can achieve this? Can I use an IntercepyStrategy or something? Regards, Sushil -- View this message in context: http://camel.465427.n5.nabble.com/Global-Interceptor-for-all-incoming-Messages-tp5714820p5714827.html

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread James Carman
? Regards, Sushil -- View this message in context: http://camel.465427.n5.nabble.com/Global-Interceptor-for-all-incoming-Messages-tp5714820p5714827.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread Claus Ibsen
/ instrument cross cutting concerns to existing CamelContext's on the fly. In the 2.x version you need to do this up-front. Regards, Sushil -- View this message in context: http://camel.465427.n5.nabble.com/Global-Interceptor-for-all-incoming-Messages-tp5714820p5714827.html Sent from the Camel

Re: Global Interceptor for all incoming Messages

2012-06-21 Thread wing-tung Leung
2012/6/21 sushil_vsk5 sushil_v...@yahoo.co.in: Unfortunately, the interceptFrom() only seems to intercept messages for those routes which are defined in the same RouteBuilder class as the interceptFrom() itself. Is there a way to intercept messages for all incoming messages for all routes that