Re: Event notification before endpoint starting retrieving

2016-09-23 Thread Christian Damsgaard
Hi Claus, Yes - that would properly solve the problem with the delay in notification about the transfer. We have for historic reasons the localWorkDirectory set which make the streamDownload be ignored, but we will try to remove it. But is there a way to get notified about the endpoint polling (

Event notification before endpoint starting retrieving

2016-09-23 Thread Christian Damsgaard
Is it possible to receive an event before an endpoint starts receiving the body? The implementation of org.apache.camel.spi.EventNotifier does not provide this information. The use case is that we are receiving 100 mb. file from a slow FTP server - it takes about 10 minutes - and we are not able