Re: How to stop polling at unreachable (smb) file endpoint

2018-01-03 Thread Pontus Ullgren
Hi, Clause is absolutely correct that Camel Extra[1] is a separate project and you are very welcome to post on that projects mailinglist. However this is a functionality that the defined in camel core so I will answer here anyway. As with any other endpoint you can set bridgeErrorHandler=true

Re: How to stop polling at unreachable (smb) file endpoint

2018-01-03 Thread Claus Ibsen
Hi You need to report this to camel-extra as the smb component is from them, not from the official Apache Camel project. On Fri, Dec 29, 2017 at 4:04 PM, Ivana Cace wrote: > We have a camel route that picks up files at an smb endpoint when the > application starts, moves

How to stop polling at unreachable (smb) file endpoint

2017-12-29 Thread Ivana Cace
We have a camel route that picks up files at an smb endpoint when the application starts, moves them, sends an email and then the application closes down. If there are no files to pick up, an email is send, and the application closes down. To enable this we set sendEmptyMessageWhenIdle=true on