Re: Camel custom component

2011-02-24 Thread Claus Ibsen
is quite normal in such kind of scenario ? > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-custom-component-tp3398359p3399699.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource

Re: Camel custom component

2011-02-24 Thread ghosh
Thanks Claus for your precise but meaningful reply... but my question is .. am I trying to do something which is against the camel philosophy or that is quite normal in such kind of scenario ? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-custom-component

Re: Camel custom component

2011-02-24 Thread Claus Straube
Hi Gosh, producer is always to()... consumer is always from()... Regardless, if data goes in or out. The point is, that you have to force the producer to do something while a consumer does it itself (e.g. by polling, on event, etc.) Best regards - Claus On 24.02.2011 11:37, ghosh wrote: Hi

Camel custom component

2011-02-24 Thread ghosh
ion in camel. Ghosh -- View this message in context: http://camel.465427.n5.nabble.com/Camel-custom-component-tp3398359p3398359.html Sent from the Camel - Users mailing list archive at Nabble.com.