使用Apache camel执行远程服务器powershell脚本

时间:2014-03-27 11:44:28

标签: apache shell ssh apache-camel activemq

我想知道“Apache Camel”中是否有任何组件或方法通过传递一些参数来执行远程电源shell脚本。

我的要求是,我需要从队列中获取消息并通过调用具有一些参数的远程电源shell脚本来路由它

我已经检查了驼峰

   ssh component   
   ftp2 component   
and
   exec component     

但我没有从上面的组件中得到任何解决方案。

感谢

1 个答案:

答案 0 :(得分:0)

您需要创建一个将执行远程脚本的本地电源shell脚本。然后从camel调用本地脚本。

http://technet.microsoft.com/en-us/library/dd819505.aspx