On Fri, Oct 28, 2011 at 5:04 PM, Babel <chpa...@gmail.com> wrote:
> Hello Everyone
>
>  I didn't get the componenet lifecycle, my key question :
> does it make sens to implement a cache at the component level (which means I
> may store previous out of the consumer and only process it without using my
> consumer whenever I have several routes coming "from" the same consumer uri
>

No.

Component is a factory for creating Endpoint.
Endpoint is a factory for creating either one or both Consumer or Producer

If you want to cache some previous out, then you can cache that
anywhere you want.
And access the cache from your consumer.


> Thanks
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/component-lifecycle-and-cache-tp4946235p4946235.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.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to