Re: How to achieve multi-threading within a route

2014-09-14 Thread mark meandro
did u get this working? i tried the SEDA solution and it gets multiple exceptions. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-achieve-multi-threading-within-a-route-tp5669200p5756495.html Sent from the Camel - Users mailing list archive at Nabble.com.

JSch connection issue with Maverick SSHD server

2014-09-14 Thread Baweja, Keshav
Hello I am using Camel 2.13.2 in my application to build up routes to download files from sftp server locations. The codebase has been tested ok against 5 different sftp servers. However against one particular sftp server, JSch the sftp implementation used  by Camel seems to disconnect immediat

Re: JSch connection issue with Maverick SSHD server

2014-09-14 Thread Guillaume Nodet
Your server is configured with "zlib" compression only, while the client only supports compression "none", so there's a mismatch and both can't talk to each other. You need to configure the server with both "zlib" *and* "none" compression factories. 2014-09-15 7:39 GMT+02:00 Baweja, Keshav : > H

RE: JSch connection issue with Maverick SSHD server

2014-09-14 Thread Baweja, Keshav
Thanks for your reply Nodet, The sftp server is hosted externally and is outside our infrastructure. I can't make any changes to the server, and need to make client work with the server configuration. Would you know how I can do it, found the below on Camel's ftp2 page and guess need to look