Re: Python Script Producing a File

2012-12-12 Thread Willem jiang
You can leverage camel-jetty or camel-servlet to receive the request, and then route the message to the script endpoint like this. … -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (

Re: Python Script Producing a File

2012-12-11 Thread Claus Ibsen
And there is a camel-exec to execute a command, for example to call the phyton script. http://camel.apache.org/exec On Wed, Dec 12, 2012 at 8:18 AM, Willem jiang wrote: > Hi, > > You can use camel-timer or camel-direct endpoint to trigger the script. > I just want ask what your plan to start the

Re: Python Script Producing a File

2012-12-11 Thread Willem jiang
Hi, You can use camel-timer or camel-direct endpoint to trigger the script. I just want ask what your plan to start the route which will call the script? -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://wil