Re: Synchronizing SFTP and ActiveMQ

2017-05-12 Thread jgewehr
Thanks but I don't think this is what I'm looking for. Anyone have any other ideas? -- View this message in context: http://camel.465427.n5.nabble.com/Synchronizing-SFTP-and-ActiveMQ-tp5799345p5799394.html Sent from the Camel - Users mailing list archive at Nabble.com.

Synchronizing SFTP and ActiveMQ

2017-05-11 Thread jgewehr
I'm not sure if I'm thinking about this problem correctly so please provide any feedback you think is appropriate. Also, I hope I'm not asking a duplicate question but I've looked around quite a bit and haven't exactly found anything that addresses this situation. I'm using camel 2.17. I'm plann

Re: Debug exec of python script

2016-12-28 Thread jgewehr
I thought I had tried that but I must have gotten the syntax wrong. Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Debug-exec-of-python-script-tp5791982p5791984.html Sent from the Camel - Users mailing list archive at Nabble.com.

Debug exec of python script

2016-12-28 Thread jgewehr
I'm trying to figure out why my exec of a python script is failing. My route looks like this: from.("sftp") .to("file...") .to("exec:test.py") .to("log:foo?showAll"); So I'm transferring a file from an SFTP server to the local filesystem, and then I want to run a python script on it. The fi