Re: camel-jsch in sink mode for one time copy from a remote host using SCP

2012-05-02 Thread mohammadwrk
Thanks for the quick reply. >> Give me one day to put some code together. Looking forward into it. -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsch-in-sink-mode-for-one-time-copy-from-a-remote-host-using-SCP-tp5680887p5680932.html Sent from the Camel - Users mailing

scp and private key verification.

2012-05-02 Thread mohammadwrk
Camel uses JSCH (http://www.jcraft.com/jsch/) library to support both SCP and SFTP. This library supports public-private key based authentication using com.jcraft.jsch.JSch.addIdentity method. However looks like Camel only supports this feature for SFTP component (http://camel.apache.org/ftp2.html)

Re: scp and private key verification.

2012-05-03 Thread mohammadwrk
Done! https://issues.apache.org/jira/browse/CAMEL-5242 -- View this message in context: http://camel.465427.n5.nabble.com/scp-and-private-key-verification-tp5682279p5683769.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-jsch in sink mode for one time copy from a remote host using SCP

2012-05-07 Thread mohammadwrk
hadrian wrote > > ...Give me one day to put some code together... > Hi Hadrian, Did you get a chance to put together some code for this feature? Thanks, Mohammad -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsch-in-sink-mode-for-one-time-copy-from-a-remote-host-u

Re: camel-jsch in sink mode for one time copy from a remote host using SCP

2012-05-08 Thread mohammadwrk
Thanks for the update :-) -- View this message in context: http://camel.465427.n5.nabble.com/camel-jsch-in-sink-mode-for-one-time-copy-from-a-remote-host-using-SCP-tp5680887p5691711.html Sent from the Camel - Users mailing list archive at Nabble.com.

Sample code for custom ThreadPoolFactory which hook into WebSphere

2012-06-24 Thread mohammadwrk
Where can I find sample codes for implementing a custom ThreadPoolFactory or ExecutorServiceStrategy which hooks into Websphere 8? Thanks, Mohammad -- View this message in context: http://camel.465427.n5.nabble.com/Sample-code-for-custom-ThreadPoolFactory-which-hook-into-WebSphere-tp5715002.htm