在Apache ServiceMixbundle中创建路由:列表状态为宽限期



我在apacheservicemix上创建了一个路由并将其部署。当服务器启动,我检查捆绑包:列表时,它说我的路由处于宽限期,它不工作。目前我正在将ftp路由到文件服务器并执行此格式。

<camelContext xmlns="http://camel.apache.org/schema/blueprint">
<route>
<from uri="FTP:username@//hostname /DB?password=password"/>
<to uri="file:\storagefolderanotherFolderanotherFolderanotherFolder"/>
</route>
</camelContext>

我没有输入我使用的确切凭据,但这是我使用的格式。

我的代码有问题吗?或者它在我的apache服务组合中?请帮我做一个星期。

第页。S.它在文件到文件服务器时工作

您可以使用feature:install camel-ftp安装ftp。

相关内容

  • 没有找到相关文章

最新更新