Thanks Claus for the response!

It would be nice if camel offered a way to perform a single fetch over its
components infraestructure. I have faced scenarios where file attachments
are so big to embed into the main incoming message. The common solution is
the use of references of these files as paths on a well known ftp server.
So, when I process the message I must resolve this reference on demand...
using a polling consumer with timeout is not a good solution in this case
because if it returns null I can't know if it was caused by timeout or
simply the file does not exists (a logic error)...  



--
View this message in context: 
http://camel.465427.n5.nabble.com/ConsumerTemplate-issue-tp5734177p5734219.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to