Possible issue with 2.16 SFTPConsumer startup

2015-11-13 Thread pmmerritt
We ran into a scenario that I am not sure if the behavior is desired but wanted to mention it. The SFTPConsumer in 2.16 added support for the autoCreate option which is enabled by default. If for some reason the SFTP server is down or the directory can't be created and throwExceptionOnConnectFaile

Re: sftp endpoint is not as performant as expected

2015-11-13 Thread pmmerritt
The 5 second check interval was something that I believe was introduced after 2.8.2. I don't see anything from the uri that would cause it either. We do explicitly set maxMessagesPerPoll however according to the documentation if not set it should default to unlimited, so that likely isn't the issue

Re: sftp endpoint is not as performant as expected

2015-11-12 Thread pmmerritt
We had a similar issue and traced it down to our usage of SftpChangedExclusiveReadLockStrategy which has a default check interval of 5 seconds which causes the polling to slow down waiting on files to finish being written, so max you can do is about 1 per 5 seconds. You can change the checkInterval

camel-jboss in Maven?

2010-03-16 Thread pmmerritt
I was trying to locate the camel-jboss plugin in the camel-extras maven repository at http://camel-extra.googlecode.com/svn/maven2/releases/org/apache/camel/extra/, but didn't find it? Can this be deployed, or should I plan on installing it locally? Thanks! -- View this message in context: htt

Re: Timer fails to resolve parameters

2010-01-16 Thread pmmerritt
It doesn't appear that the file uploaded correctly, here it is in zip format. http://old.nabble.com/file/p27195503/camel-jboss.zip camel-jboss.zip pmmerritt wrote: > > I finally figured out what was going on and it turned out just to be an > issue with the LOG not getting initia

Re: Timer fails to resolve parameters

2010-01-16 Thread pmmerritt
I finally figured out what was going on and it turned out just to be an issue with the LOG not getting initialized properly which was throwing a low level null pointer that was not being logged anywhere. I took the liberty to create the attached project named camel-jboss which contains the working

Re: Timer fails to resolve parameters

2010-01-15 Thread pmmerritt
: org.jboss.web.tomcat.service.webctxloader$encloa...@641c6370 is used to load the class I am still getting the same error as described above. Any ideas on what else I might try? For completeness we are using Camel 2.0.0 and JBoss 5.1.0.GA Thanks Phillip Merritt Claus Ibsen-2 wrote: > > On Thu, Jan 14, 2010 at 2:28 PM, pmm

Timer fails to resolve parameters

2010-01-14 Thread pmmerritt
Camel fails to load the timer component in the following route Camel is configured as a war file which is being loaded into the JBoss Application Server. The following error is thrown while attempting to load the Camel Context 08:18:26,339 ERROR Exception